Go to file
Araozu fda92bdc2a Use routes generated by latest osm-parser 2024-09-10 22:34:06 -05:00
.vscode template 2024-09-03 12:03:56 -05:00
public/n Use routes generated by latest osm-parser 2024-09-10 22:34:06 -05:00
src Small changes to styles 2024-09-10 20:02:41 -05:00
.eslintrc.yml template 2024-09-03 12:03:56 -05:00
.gitignore Render all routes in the map 2024-09-03 18:07:39 -05:00
Jenkinsfile jenkins jenkins jenkins 2024-09-09 17:00:35 -05:00
README.md template 2024-09-03 12:03:56 -05:00
index.html Add routes for Miguel Grau 2024-09-09 19:41:53 -05:00
package.json Add optional arrows 2024-09-05 20:17:58 -05:00
pnpm-lock.yaml Add new schema 2024-09-03 20:58:27 -05:00
postcss.config.js Render all routes in the map 2024-09-03 18:07:39 -05:00
tailwind.config.js Improve route editor 2024-09-08 22:02:05 -05:00
tiles.tar.gz Add tiles & deployment steps for them 2024-09-09 16:48:46 -05:00
tsconfig.json template 2024-09-03 12:03:56 -05:00
vite.config.mts Add highlighting of routes 2024-09-04 11:17:13 -05:00

README.md

Usage

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

$ npm install # or pnpm install or yarn install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

npm run dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)