This is a boilerplate of SvelteKit that auto deploys to Firebase Hosting
To setup your dev environment easily use the following comands. This will automatically setup the dependencies specified below.
sh <(curl https://tea.xyz)
tea -SE
The following can be run with xc, eg. xc build
yarnyarn
yarn workspace functions run build
yarn workspace app run buildyarn
yarn workspace app run devyarn workspaces foreach run formatyarn workspaces foreach run lintyarn
yarn workspace functions run build
yarn workspace app run build
./node_modules/.bin/firebase deployYou can preview the production build with npm run preview.
| Project | Version |
|---|---|
| nodejs.org | =18.13.0 |
| npmjs.com | =9.2.0 |
| yarnpkg.com | >=3.4.1 |
| xcfile.dev | >=0.0.110 |
| git-scm.org | >=2.39.1 |