mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Updating data seed for local DB
This commit is contained in:
parent
3e15194eff
commit
1e931a6a14
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ Once postgres is installed and running, install the required gems and then migra
|
|||
|
||||
```bash
|
||||
bundle install
|
||||
bundle exec rake db:create db:migrate db:seed
|
||||
bundle exec rake db:create db:schema:load db:seed
|
||||
```
|
||||
|
||||
Install the javascript dependencies
|
||||
|
|
@ -86,7 +86,7 @@ None yet. Hoping to integrate with Powerschool and Aspen for school administrat
|
|||
|
||||
### Javascript libraries
|
||||
|
||||
Esbuild is used as the javascript bundler. The javascript testing library is jest.
|
||||
Esbuild is used as the javascript bundler. The javascript testing library is jest.
|
||||
|
||||
### css
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue