Skip to content

drola/podnebnik-website

 
 

Repository files navigation

Podnebnik

Development

This project uses the following requirements:

  • Python 3.9
  • pipenv
  • node

To start developing, first create a python virtual environment, install dependencies and run the server:

pipenv install --dev
pipenv shell

# Pick one of the configurations: devcontainer.py, develop.py, kubernetes.py
ln -s develop.py ./podnebnik/settings/__init__.py

./manage.py runserver

Run the webpack development server:

yarn install
yarn run start

Point your browser to:

http://localhost:8080/

Releases

No releases published

Packages

No packages published

Languages

  • F# 29.0%
  • Python 28.7%
  • JavaScript 17.5%
  • Sass 8.8%
  • Dockerfile 7.3%
  • Shell 5.0%
  • HTML 3.7%