Scripts and other things for the site
Go to file
2022-12-29 20:58:10 +01:00
herreweb_backend Added more projects and upload path for images 2022-12-29 20:58:10 +01:00
herreweb_frontend Added fetch request in react for projects 2022-12-29 00:32:13 +01:00
.gitignore
Readme.md Added react frontend and django backend web app 2022-12-28 15:24:48 +01:00
requirements.txt Added AppHeader 2022-12-28 19:51:36 +01:00
snowstorm-min.js

Herreweb Site

Internally build website for Herreweb.

Getting Started

To help contribute to the website, install dependencies in a Virtual Environment:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Project documentation

As with all Herreweb projects, the docs are provided in their stand-alone ReadTheDocs environment.

When contributing to the project, make sure you write your documentation.

To view the documentation, navigate to documentation/readthedocs and run the following commands:

make html
cd build/html
python3 -m http.server

The website can be accessed at localhost:8000