Deployment
Currently, the project is preconfigured to be swiftly deployed on Vercel (opens in a new tab) only. However, nothing stops you from making it deployable to other platforms.
Production Checklist
The project is optimised and set up the way it is ready for production from the start. There are some extra things you might want to check out before deploying.
-
Make sure you followed the steps described in the Features;
-
Make sure to use your own assets.
- Edit
apps/web[basic|pro]/src/config.ts
for the web app; - Find and replace the scope name of the project:
webappboost
→yourcompany
and runpnpm install
to update the lock file; - Replace the icons and favicon with your own, refer to the SEO section;
- Edit
-
Make sure you follow Security best practices, refer to the Security section.