From 5082ebd6c885d4a4d485a09965d5ae1f69d3731a Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 8 Jan 2025 19:24:02 -0800 Subject: [PATCH] add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f65872 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Interchange Node.js Server + +This is the server codebase for Interchange, an app for college +transit. + +## Setup + +You'll need Node.js 20.x installed to run this project. +Clone this repository and run the following: + +```bash +$ npm start:dev +``` + +This will run `npm install`, generate GraphQL type definitions, +and start the server in developer mode. +