https://skeleton.brainandbonesllc.com/
A fully featured Svelte UI component library. Skeleton allows you to build fast and responsive web interfaces using Svelte + Tailwind.
Ensure you've read the contribution guide before you proceed. Pull requests are highly encouraged. Pick an open issue and help us out!
- Clone the Skeleton project to your local machine.
- Install dependencies with
npm install
- Create a new feature branch:
git checkout -b {branchName}
- Start a dev server:
npm run dev
- start servernpm run dev -- --open
- start and open new browser window
- Make changes, then submit a pull request when ready.
Use the following command to run the linter:
npm run lint
Use the following command to run the Vitest:
npm run test
Created by Brain & Bones, LLC.