This is the repository for Learn Forward's official presentation website.
The team behind it is:
- Paul Balogh - content creator, design
- Leo Budrincă - project coordination, quality assurance
- Cristian Dinu, Iulian Savin - web development
Special thanks to Marius Petcu for his help on setting up proper server rendering.
git clone [email protected]:cdinu/learnfwd-website.git
cd learnfwd-website.git
Development mode (includes hot reload)
npm start
then open http://localhost:3000
Production
NODE_ENV=production npm run postinstall && npm start
👉 Please see routes.js for site configuration!