- Node
- npm
npm install
The site needs 2 storage files within the application root
- members.json
- newsItems.json
if these have not been provided remove sample.
from
- sample.members.json
- sample.newsItems.json to attain a the files with some sample data
Create file .env
Copy items from sample.env
. If you need to configure the port set a PORT
variable with the correct port
npm start