Skip to content

etaminstudio/grandformat-paris2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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