Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Latest commit

 

History

History
60 lines (45 loc) · 2.24 KB

README.md

File metadata and controls

60 lines (45 loc) · 2.24 KB
PWA screen

BecauseOfProg's blog

WebsiteBeta websiteTrelloDiscord
Chat on Discord Open issues Latest release License

💻 Development

Thanks for being involved in the grow of our project! Please read these few lines in order to get started.

Requirements

  • Python 3.5+
  • NodeJS 10+

Project setup

  • Clone the repository from git
  • Install the Python dependencies : pip install -r requirements.txt
  • Install the NodeJS dependencies : npm i or yarn install

Serve for development

  • Run the Rollup development server : npm run dev or yarn dev
  • Start the run.py script

Build for production

  • Compile the CSS and Javascript bundle : npm run build or yarn build
  • Add a systemd service to serve the blog-old with uWSGI (a configuration file for uWSGI is included: site-bop-v3.ini)

📜 Credits

🔐 License

GNU GPL v3. See the license file