etaminstudio / grandformat-paris2024

Grand Format "Paris 2024" pour Paris.fr
0 stars 0 forks source link

Grand Format Paris 2024

This page is meant to be published on Paris.fr as a "Grand Format".

Getting started

Install Harp:

npm install -g harp

And Browserify, Watchify and browser-sync

npm install -g browserify watchify browser-sync

And the project dependencies (run this command from the project folder)

npm install

Development mode

npm start

This launches a local server at http://localhost:9024

Compile a static version

npm run compile