/elmhax-elmselect

Repository for ElmHax episode

Primary LanguageElm

ElmHax

Important

This project assumes you have the Elm compiler installed.

Get it here if not.

Start project

Start a virtual environment:

python3 -m venv venv
source venv/bin/activate

Install python packages

pip install -r requirements.txt

Migrate

python manage.py makemigrations
python manage.py migrate

Install npm packages

Important

This project assumes you have pnpm.

Get it here if not.

python manage.py djelm npm elm_programs install

Watch and compile

python manage.py djelm watch elm_programs

Start server

python manage.py runserver

Open browser

localhost:8000/promotion