- Framework: Sveltekit
- CSS: TailwindCSS
Branch's name format: <type>/<name>
; e.g. feature/core-components
- Types:
feature
: new feature introducedfix
: bug fixesrefactor
: refactor existing codesdocs
: add docschore
: chore
When committing, use yarn commit:full
instead. yarn commit:full
will cover yarn format
, git add --all
, git commit
and git push
, so when committing, only use yarn commit
. In case you just want to just run commit, please use yarn commit
to commit your change(s)
- To run the code, if using
Yarn
, useyarn
to install all the dependencies and useyarn dev
to run the project - In case of using
npm
, usenpm install
to install all the dependencies and usenpm run dev
to run the project
- Tailwind: https://tailwindcss.com/
- Svelte: https://svelte.dev/
- Svelte-add: https://github.com/svelte-add/svelte-add
- TailwindComponent: https://tailwindcomponents.com/