Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Please **do** open pull request for mistakes in this repo.

Please **do not** open issues for this repo. Open issues on [the main repo][repo].

### Setup Instructions
Complete the Docker setup instructions found on the [course website](https://sql.holt.courses/)

To setup the recipe website, clone this repo and install the dependencies:
```
git clone https://github.com/btholt/sql-apps.git
cd sql-apps
npm install
```

To run the project, use:
```
npm run dev
```


## License

All code is licensed Apache 2.0.
Expand Down