Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 553 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 553 Bytes

Arithmetica Landing Page

A landing page and timeline developed to socialize the Arithmetica platform.

To build:

npm install
npm run build

Then open dist/index.html.

If you want to make changes to the CSS and JS

First do:

npm run watch

Then make your changes in the src directory. This will ensure everything is automatically compiled as you save your changes.

Alternatively, you could make your changes first, then do:

npm run build

To deploy:

 npm run deploy