Skip to content

learnfwd/learnfwd-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e75bc27 · Aug 7, 2017
Jan 26, 2016
Aug 7, 2017
Aug 7, 2017
Jan 24, 2017
Oct 27, 2015
Oct 5, 2015
Oct 27, 2015
Oct 11, 2015
Oct 21, 2015
Oct 27, 2015
Oct 5, 2015
Oct 27, 2015
Oct 13, 2015
Oct 14, 2015
Oct 27, 2015
Jan 24, 2017
Jan 20, 2017
Jan 20, 2017

Repository files navigation

Learn Forward Website

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.

Installation

git clone [email protected]:cdinu/learnfwd-website.git
cd learnfwd-website.git

Starting the website

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!

Build Status