wasmer.io
This website is made with Next.js.
You can run it locally with wasmer run-unstable https://wapm.io/wasmer/wasmer-io --net --verbose.
Then go to http://localhost/ and see the website!
How to develop
- fetch sources
- run
yarn installto install dependencies - run
yarn devto run development environment - open http://localhost:3000
Requirements
- NodeJS >= 12
How to deploy
- Set env variable
GITHUB_API_ACTIVE - Run
yarn build