A simple application for searching and navigating places of roskilde built using ionic 5 with angular
1.Clone the repo
git clone https://github.com/Pnkj124/VisitRoskilde.git
- Install Npm Packages
npm i
First run the api server:
npm run server
and after that run you application
npm run start
Open https://localhost:4200 in you broweser to view the application.
Open up devive toolbar to see the actual app in mobile view.
That's it you are good to go.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to staging branch.
Creating an Issue
- Try to give a thorough description of issue so that it can be easily understood
- Try providing screenshot or ways to reproduce the errors if possible
Working on an Issue
- Try to get the issue assined to you before working to avoid multiple people working on same issue.