Skip to content

Commit

Permalink
Merge pull request #448 from bastipnt/master
Browse files Browse the repository at this point in the history
add db setup to CONTRIBUTING.md
  • Loading branch information
ItzCrazyKns authored Nov 9, 2024
2 parents 1e99fe8 + afb4786 commit 10c5ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Before diving into coding, setting up your local environment is key. Here's what
1. In the root directory, locate the `sample.config.toml` file.
2. Rename it to `config.toml` and fill in the necessary configuration fields specific to the backend.
3. Run `npm install` to install dependencies.
4. Use `npm run dev` to start the backend in development mode.
4. Run `npm run db:push` to set up the local sqlite.
5. Use `npm run dev` to start the backend in development mode.

### Frontend

Expand Down

0 comments on commit 10c5ac1

Please sign in to comment.