Skip to content

computational-arts-initiative/kvant

 
 

Repository files navigation

wfc-elm

Run example locally

npm install -g elm elm-live
cd ./example
npm install
npm run serve & # in background, or in a separate terminal
npm run build
npm start

Alternative, in different terminals:

cd ./example
npm install
npm run start:worker # in the first terminal
npm run start:mehanik # in the second terminal
npm run serve # in the third terminal

Navigate http://localhost:8080

Run example in Docker

docker build . -t kvant-example
docker run -p 1235:8080 kvant-example

Navigate http://localhost:1235

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 95.4%
  • JavaScript 2.7%
  • HTML 1.5%
  • Other 0.4%