https://github.com/srcery-colors/srcery.sh
Contains the source for the project website.
https://github.com/srcery-colors/srcery.sh
color-scheme colorscheme hacktoberfest parcel parceljs postcss srcery tailwindcss website
Last synced: about 1 month ago
JSON representation
Contains the source for the project website.
- Host: GitHub
- URL: https://github.com/srcery-colors/srcery.sh
- Owner: srcery-colors
- License: mit
- Created: 2018-06-28T14:40:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T00:29:08.000Z (about 1 month ago)
- Last Synced: 2026-02-14T07:19:14.790Z (about 1 month ago)
- Topics: color-scheme, colorscheme, hacktoberfest, parcel, parceljs, postcss, srcery, tailwindcss, website
- Language: Handlebars
- Homepage: https://srcery.sh
- Size: 10.8 MB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This is the repo for the `Srcery` website. All contributions are
welcomed and encouraged.
[View site](https://srcery.sh)
## Web Stack
- [Vite](https://vitejs.dev/)
- [Alpine.js](https://alpinejs.dev/)
- [PostCSS](https://postcss.org)
- [TailwindCSS](https://tailwindcss.com)
## Running Locally
Install dependencies:
```sh
pnpm install
```
Fetch GitHub data
```
pnpm run fetch
```
Running the development server
```sh
pnpm start
```
Runs a live reload Vite server, see `stdout` for port
### GitHub token
The fetch script fetches GitHub data, you should be able to fetch a few times
before the rate limit it reached.
If you do hit the rate limit when trying to fetch data, create a scoped auth
token, doesn't need any permissions, and define it in the environment variable
`$GH_TOKEN` when running the fetch script.
## Building for production
- [Vite documentation](https://vitejs.dev/guide/build.html)
To build for production, make sure you have a copy of the `github.json` file in `src`, then run:
```
pnpm run build
```
If you want to serve the dist output you can run:
```
pnpm run preview
```
> NOTE: ./dist folder needs to be built for the preview server to work
## License
MIT License. See `LICENSE` for more information.