Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.02 KB

Enlight.me website

This is the source code for the Enlight.me organization website.

GitHub license GitHub issues GitHub stars GitHub forks

Project Setup

Clone this GitHub repository.

git clone https://github.com/enlight-me/enlightme-website.git

Install dependiencies and compile React.js web application.

cd enlightme-website
npm install
npm start

To deploy to github pages :

export NODE_OPTIONS=--max_old_space_size=8192
npm run build
npm run deploy