Skip to content
This repository has been 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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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