Alumnus provides a solution for schools and other educational institution to create space for former students to stay connected together and with the school.
- You need nodejs v8.4.0
- clone the repository with
git clone https://github.com/efleurine/alumnus.git
cd alumnus
to move inside the newly created folder- run
npm install
inside the newly created folder to install the dependency - run
npm run dev
in the development mode and creates a server for testing the application locally. - run
npm run build
This command will be run on the server (you can also enter it in your terminal to try out how the application will look in production) and prepare it to be served to the visitor. - run
npm run start
Once next has built the app with npm run build, this command will serve the code to the end user. As long as it runs, your app will be accessible!
https://docs.google.com/document/d/1-r6DXLVXm8igP1OlvFqXtsSfHL9Okoid6QeyKVXg1SY/edit?usp=sharing
https://drive.google.com/drive/folders/0B7ErYwdYuXpEeW4tYXFkZHhnME0?usp=sharing