Uses MapLibreGL JS and Next.js. To see a more in-depth description of this system, go to our blog post.
To use locally online, go to this link to run the application in your browser.
To run locally offline, run the following commands:
git clone [email protected]:zhamic7/git-plans.git
cd git-plans
npm install
npm run dev- Create new plan
- Import plan from json
To see a demonstration, watch this video.
- Add days to route
- Add new location to chosen day of route
- Add location from bookmarks to chosen day of route
- Add location to bookmarks
- Edit added location
- View added location information
- Temporarily remove locations from chosen day of route
- Permanently remove locations from chosen day of route
- Export plan to json
- Reset plan
