Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

superpowers/docs.superpowers-html5.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7db559b · Dec 17, 2018
Dec 17, 2018
Dec 5, 2015
Feb 21, 2016
Oct 27, 2015
Jan 20, 2016
Jan 20, 2016
Jan 20, 2016
Oct 27, 2015

Repository files navigation

docs.superpowers-html5.com

This is the repository for the official documentation of Superpowers at docs.superpowers-html5.com.

(This website will be turned into a Superpowers Web project in the future.)

How to run the website locally

Make sure you have Node.js installed. Clone the repository, open it in a terminal and run:

npm install
npm run build

To start the server, run:

npm start

And go to http://localhost:9051