Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 519 Bytes

randomlypage

About

This is the homepage for the randomly package. It's built with Skeleton and d3.

Setup

To run this page locally, first run:

npm install

to get the dependencies.

To serve the webpage locally, run:

npm start

It will be hosted at http://localhost:8008/, please paste http://localhost:8008/ into browser if a new webpage is not opened automatically.

To build the webpage for production, run:

npm run build