Overview
Deployments to Vercel and Netlify include all the features listed in the overview.
To configure or disable a feature, please refer to the respective feature page.
Netlify
- Github connection
(recommended)
To connect your repository, please refer Netlify's documentation.
- Command line
To deploy directly from the command line, run
netlify
from the project folder. - Github actions
Please refer to Google for information on how to setup Github actions for Netlify.
Vercel
- Github connection
(recommended)
Make sure
OUTPUT DIRECTORY
is set todist
on the settings page. To connect your repository, please refer Vercel's documentation. - Command line
To deploy directly from the command line, run
vercel
from the project folder. - Github actions
Please refer to Google for information on how to setup Github actions for Vercel.
Custom
It's possible to host Routify on your own server. We recommend spassr which can serve your app as both SPA and SSR.
Writing good documentation that is up-to-date is difficult. If you notice a mistake, help us out.