Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
7a64f341
Commit
7a64f341
authored
Apr 25, 2017
by
cynddl
Browse files
Document yarn and webpack
parent
db694f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7a64f341
...
@@ -11,6 +11,14 @@ for development
...
@@ -11,6 +11,14 @@ for development
$ pip install -r requirements.txt
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pip install -r requirements-dev.txt
To compile the CSS stylesheets and JS scripts, install npm, then run
the following commands to run yarn (to fetch and install dependencies) and
webpack (to compile local assets)
$ npm install -g yarn webpack
$ yarn install
$ webpack
## Settings
## Settings
Create a file in
`project/settings/env.py`
which contains django
Create a file in
`project/settings/env.py`
which contains django
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment