Skip to content

DigData-EIRL/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build

To create a development build:

npm run start

To publish using GH Pages:

npm run publish