diff --git a/README.md b/README.md index 7c219b456..e15b5c139 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ -# learn-cicd-typescript-starter (Notely) - -This repo contains the typescript starter code for the "Notely" application for the "Learn CICD" course on [Boot.dev](https://boot.dev). - -## Local Development - -Make sure you're on Node version 18+. - -Create a `.env` file in the root of the project with the following contents: - -```bash -PORT="8080" -``` - -Run the server: - -```bash -npm install -npm run dev -``` - -_This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`. - -You do _not_ need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course! +# learn-cicd-typescript-starter (Notely) + +This repo contains the typescript starter code for the "Notely" application for the "Learn CICD" course on [Boot.dev](https://boot.dev). + +## Local Development + +Make sure you're on Node version 18+. + +Create a `.env` file in the root of the project with the following contents: + +```bash +PORT="8080" +``` + +Run the server: + +```bash +npm install +npm run dev +``` + +_This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`. + +You do _not_ need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course! + + ALEX's version of Boot.dev's Notely app \ No newline at end of file