forked from Decentrala/website
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a47237e301 | ||
|
6804b556c6 | ||
|
ec97ef646a |
16
README.md
16
README.md
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
Redisign of dmz.rs .
|
Redisign of dmz.rs .
|
||||||
|
|
||||||
|
## Setup Python environment
|
||||||
|
|
||||||
|
Run
|
||||||
|
|
||||||
|
```
|
||||||
|
python -m venv venv
|
||||||
|
pip install -r requirements. txt
|
||||||
|
```
|
||||||
## Build site
|
## Build site
|
||||||
|
|
||||||
Run
|
Run
|
||||||
@ -40,3 +48,11 @@ nginx -p . -s stop
|
|||||||
- [x] make english version
|
- [x] make english version
|
||||||
- double check spelling and wording
|
- double check spelling and wording
|
||||||
- add account and donations page and style them with the site style
|
- add account and donations page and style them with the site style
|
||||||
|
|
||||||
|
## Note
|
||||||
|
|
||||||
|
If you in any way change the requirements for the project when submitting, run the command below, so the requirements.txt is updated accordingly.
|
||||||
|
|
||||||
|
```
|
||||||
|
pip freeze > requirements.txt
|
||||||
|
```
|
||||||
|
BIN
requirements.txt
Normal file
BIN
requirements.txt
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user