/webassembly-summit.org

A one-day, single-track, conference for all things WebAssembly.

Primary LanguageEJS

the landing page for WebAssembly Summit

Contributing

This projects is bundled and run using Node.js, thus it must be installed on your system. To install the latest LTS version of Node.js (which includes npm). This can be done with nvm. (Mac and Linux: here, Windows: here).

Contributions should start by opening an issue and describing what you would like to accomplish. UI features may require a design or mock-up of what you are thinking of implementing. Once consensus or approval of the taks has been given, feel free to start cading, and open a PR!

Building & Running the project

# After cloning
$ npm i

# For development
$ npm watch
$ npm run serve

# For building
$ npm run build