Serendipity Engine
Serendipity Engine is a web application you can use to generate your mental map of a city.
Aha! A generator for surprising yet recognizable maps of your neighbourhood
This project was generated with Angular CLI version 8.3.19.
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.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
$ 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