Welcome to the https://devmark.it monorepo.
- Frontend: svelte-kit
- Backend: NestJS
- Monorepo: turborepo
yarn
yarn dev
The frontend package is compatible with Vercel. Your config should look like this:
Please remember to add the following Environment variable on Vercel: VITE_WS_URL
with your backend url.
The backend is 100% compatible with heroku. The Procfile will trigger the production build and run the app. Please remember to set your FRONTEND_URL
env variable with your frontend url (CORS).
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.