Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tymek/cz
Personal website
https://github.com/tymek/cz
Last synced: 3 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/tymek/cz
- Owner: Tymek
- Created: 2020-06-06T20:04:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T16:27:53.000Z (9 months ago)
- Last Synced: 2024-04-14T00:26:39.294Z (9 months ago)
- Language: Svelte
- Homepage: https://www.tymek.cz
- Size: 4.47 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tymek.CzPowered by SvelteKit.
## How to run
1. Precompile assets. This requires `imagemagick`, `wget`, `unzip` and `woff2_compress`. Under Linux run `./generatePNGs.sh && ./generateFonts.sh`, or skip that and use docker:
```sh
docker run -it -v ${PWD}:/srv -w /srv scrlk/woff2 sh -c "apk add --no-cache imagemagick && ./generatePNGs.sh &&./generateFonts.sh"
```2. Installed dependencies and start a development environment. (default on [localhost:3000](http://localhost:3000))
```bash
yarn && yarn vercel
```3. Copy `.env.example` to `.env` and change `MONGO_URI` and `ADMIN_TOKEN`.
4. Configure integrations credentials on [/dashboard](http://localhost:3000/dashboard).