Skip to content

Confidenceman02/elmhax-elmselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repository for ElmHax episode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published