oSoc20 / SerendipityEngine

Aha! A generator for surprising yet recognizable maps of your neighbourhood
https://osoc20.github.io/SerendipityEngine/
MIT License
2 stars 1 forks source link
mental-map serendipity


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](https://github.com/angular/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](https://github.com/angular/angular-cli/blob/master/README.md). ### 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 ```