Skip to content

Commit

Permalink
Revise based on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseus0 committed Sep 25, 2023
1 parent 21f43a2 commit 446625b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@ yarn install

## Local Development

First create a local `.env` file to fill in env variable placeholders necessary for setting up the development. Note that these are merely placeholders.

```sh
cp .env.template .env
```

First create a local `.env` file to fill in env variable placeholders necessary for setting up the development. Note that these are merely placeholders.
Then run the below command to start a local development server (and may open up a browser window). Some changes are reflected live without having to restart the server.

```console
yarn start
```

This command starts a local development server (and may open up a browser window). Some changes are reflected live without having to restart the server.

You can open the local docs at [http://localhost:3000/docs](http://localhost:3000/docs)
You can open the local docs at [http://localhost:3000/](http://localhost:3000/)

## Build

Expand Down

0 comments on commit 446625b

Please sign in to comment.