All Projects → WebAssemblySummit → webassembly-summit.org

WebAssemblySummit / webassembly-summit.org

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

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language

webassembly-summit.org

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].