Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

wasmerio/wasmer.io

Repository files navigation

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 install to install dependencies
  • run yarn dev to run development environment
  • open http://localhost:3000

Requirements

  • NodeJS >= 12

How to deploy

  • Set env variable GITHUB_API_ACTIVE
  • Run yarn build