mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 07:33:36 -05:00
Move bootstrap tasks into the Makefile
This is more consistent with how we run all other tasks. Note that the virtual env setup is not generally applicable, and developers of this repo should follow the guidance in the README.
This commit is contained in:
@@ -65,7 +65,7 @@ npm rebuild node-sass
|
||||
Install dependencies and build the frontend assets:
|
||||
|
||||
```shell
|
||||
./scripts/bootstrap.sh
|
||||
make bootstrap
|
||||
```
|
||||
|
||||
**Note:** You may need versions of both Python 3 and Python 2 accessible to build the python dependencies. `pyenv` is great for that, and making both Python versions accessible can be done like so:
|
||||
|
||||
Reference in New Issue
Block a user