Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.45 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.45 KB


Serendipity Engine Crest

Serendipity Engine

Serendipity Engine is a web application you can use to generate your mental map of a city.

SerendipityEngine

Aha! A generator for surprising yet recognizable maps of your neighbourhood

The team


Alexis Dormal Avatar Kasper Zutterman Avatar Louis Heeren Avatar

Code

This project was generated with Angular CLI version 8.3.19.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Publishing to the gh-pages website

$ npm install -g angular-cli-ghpages

$ git checkout gh-pages

$ git push origin gh-pages
___
A) deploy on gh pages to https://osoc20.github.io/SerendipityEngine/ without custom url
$ ng build --prod --base-href https://osoc20.github.io/SerendipityEngine/

$ ngh --dir=dist/SerendipityFront
___
B) deploy on gh pages to https://mymentalmap.be with custom url

$ ng deploy --cname=mymentalmap.be