This is the source code for the Enlight.me organization website.
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