Skip to content

waste-sep/svelte-app

Repository files navigation

Svelte - WasteSep

  • Framework: Sveltekit
  • CSS: TailwindCSS

Rules

Branch's name format: <type>/<name>; e.g. feature/core-components

  • Types:
    • feature: new feature introduced
    • fix: bug fixes
    • refactor: refactor existing codes
    • docs: add docs
    • chore: 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)

Execution

  • To run the code, if using Yarn, use yarn to install all the dependencies and use yarn dev to run the project
  • In case of using npm, use npm install to install all the dependencies and use npm run dev to run the project

Useful links

Demo link: https://senior-project-extended.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published