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

📰 [OLD] BecauseOfProg's tech blog

License

Notifications You must be signed in to change notification settings

BecauseOfProg/blog-v3

Repository files navigation

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