Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbo14/site
🧰 My website starter kit!
https://github.com/zbo14/site
astro daisy heroicons prettier site starter-kit static-site stylelint tailwindcss template vue website
Last synced: about 1 month ago
JSON representation
🧰 My website starter kit!
- Host: GitHub
- URL: https://github.com/zbo14/site
- Owner: zbo14
- License: mit
- Created: 2022-03-10T23:47:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T18:45:18.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T15:09:20.747Z (9 months ago)
- Topics: astro, daisy, heroicons, prettier, site, starter-kit, static-site, stylelint, tailwindcss, template, vue, website
- Language: Vue
- Homepage:
- Size: 213 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# site
Website starter kit :)
## Ingredients
* [Astro](https://astro.build/)
* [Vue](https://vuejs.org/)
* [Tailwind CSS](https://tailwindcss.com/)
* [daisyui](https://daisyui.com/)
* [heroicons](https://heroicons.com/)## Structure
This project follows [Astro's structure](https://docs.astro.build/en/core-concepts/project-structure/) with a few additions:
* Node version files for [nvm](https://github.com/nvm-sh/nvm) and [asdf](https://asdf-vm.com/)
* Config files for [Stylelint](https://stylelint.io/) and Tailwind CSS
* Client-side JS modules (if any) in `src/client/`## Install
[Use this template](https://github.com/zbo14/site/generate), clone the repo, and `npm i`.
## Lint
`npm run lint`
This lints everything in `src/`, including CSS, and runs on the git `pre-commit` hook.