Simple setup with Svelte-kit with tailwind,graphql and deployment to Vercel/Firebase
yarn install
yarn dev
Change adapter to static
on svelte.config.js
file.
import adapter from '@sveltejs/adapter-static';
yarn build
yarn deploy
Change adapter to vercel
on svelte.config.js
file.
import adapter from '@sveltejs/adapter-vercel';
# you need to have `vercel` install globally
# need to change output folder on vercel deployment to `/build`
yarn build
vercel
š¤ Dung Huynh (Kaka)
Give a āļø if this project helped you!
This README was generated with ā¤ļø by readme-md-generator