/INF_LandingPage

A new front page site for the Iron Fists Clan

Primary LanguageJavaScript

Site Repo for INF

Codacy Badge

Requirements

  • Node
  • npm

Install

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

Configure passwords/port

Create file .env Copy items from sample.env. If you need to configure the port set a PORT variable with the correct port

Running the app

npm start