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

Latest commit

 

History

History
18 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 522 Bytes

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