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
yarn
yarn
yarn workspace functions run build
yarn workspace app run build
yarn
yarn workspace app run dev
yarn workspaces foreach run format
yarn workspaces foreach run lint
yarn
yarn workspace functions run build
yarn workspace app run build
./node_modules/.bin/firebase deploy
You 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 |