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!
- fetch sources
- run
yarn installto install dependencies - run
yarn devto run development environment - open http://localhost:3000
- NodeJS >= 12
- Set env variable
GITHUB_API_ACTIVE - Run
yarn build