Gnomad is a travel companion application. Its goal is to allows users to create custom routes passing through specific points of interest.
- Mobile Hotspot Locator
- Built-in pins
- User added pins called stickers
- More to come!
- Node.js
- npm
- .NET 6
To start for testing run:
cd frontend_react
npm install
npm startTo setup a production build run:
cd frontend_react
npm install
npm buildThe code build from the previous step will be in frontend-react/build this code can be directly sent to a web host as a production deployment.
Coming soon!