Skip to content

surprisetalk/diggit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diggit

├─ license
├─ readme.md <- you are here
├─ claude.md
├─ elm.json
└─ src
   ├─ _redirects
   ├─ index.html
   ├─ style.css
   └─ Main.elm

Compile

mkdir -p dist
cp src/* dist
npx elm make src/Main.elm --optimize --output=dist/index.js

Develop

Listen for file changes and automatically rebuild:

fswatch -o src/ | while read f; do cp src/* dist && npx elm make src/Main.elm --debug --output=dist/index.js; done

Serve dist locally in "SPA-mode":

npx serve dist -s -C -S -n

About

git tool for architecture archaeologists

Resources

License

Stars

Watchers

Forks