Skip to content

Commit

Permalink
docs: add frontend development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Nov 30, 2023
1 parent ddfc679 commit ffce54f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/developer/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ On Windows, this command will not work. If you know of a command that will
ingest environment variables from an `.env` file on Windows, please create a
patch and make a pull request.

#### Generate the frontend files

Run:

```bash
npm install
npm run build
```

#### Start the development server

Run:
Expand Down

0 comments on commit ffce54f

Please sign in to comment.