Skip to content

enlight-me/enlightme-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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