Skip to content

js-republic/js-star-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Republic website

Getting started

Before all, You will need some environment variables to run correctly the server. So please ensure you have : RECAPTCHA_SECRET_KEY USERMAIL_ID USERMAIL_PASSWORD

You can find the production values of these variables on this Google doc.

Then, install dependencies : npm install

Then, build all assets a first time : gulp build

Finally, to run the server, with nodemon and browsersync : gulp