The application provides basic information when travelling to new places.
Travisor is built using Svelte, Leaflet, and some other packages.
It relies on several APIs hosted on RapidAPI:
It is also connected to Travisor Server to save locations provided by users.
Check out Travisor website:
Clone this directory
git clone [email protected]:nvtrinh2001/placemark-svelte.git
Update new versions for dependent packages
// Check if there is any new versions
ncu
// Update new versions in package.json
ncu -u
Build
npm install
To run the application on your local machine:
npm run dev
The application should start running: