/superscriptjs.com

superscript website

Primary LanguageCSS

superscriptjs.com

SuperScript website

Built using Harp Web Server. harpjs.com

Hosted on Surge.sh

Running locally

To view or work on the website and documentation locally, run the following commands:

# Clone this repository
git clone https://github.com/silentrob/superscriptjs.com
cd superscriptjs.com

# Install Harp and other dependencies
npm install

# Serve this repository
npm start

# Harp is now serving the project at http://localhost:9000

Deploying

To deploy the project, you’ll need to be invited as a collaborator on Surge. First, make sure all your changes are committed. Then, you can run:

npm run deploy