https://github.com/myphz/kova
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myphz/kova
- Owner: Myphz
- Created: 2025-04-17T08:57:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-05-14T13:27:37.000Z (6 months ago)
- Last Synced: 2025-06-12T00:41:21.328Z (5 months ago)
- Language: Svelte
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoexa Sveltekit Starter Template
This project was kickstarted using [Phoexa's Sveltekit Starter Template](https://github.com/Phoexa-Ltd/sveltekit-starter).
## Template
This is a simple SvelteKit template with some libraries already installed and configured, including:
- Tailwind
- Eslint
- Prettier
- Dockerfile
- Vscode config
- Shadcn Svelte config
- Basic tailwind setup with automatic responsive font settings
- Fly.io config
- Github Actions for automatic deploy
It uses `adapter-node`, which may not be what you need.
It also automatically set up import aliases for components structure:
- @utils -> `src/utils`
- @organisms -> `src/lib/components/organisms`
- @molecules -> `src/lib/components/molecules`
- @atoms -> `src/lib/components/atoms`
## Configure
- Run `npx npm-check-updates -u && npm i` to update all libraries
- Set new git origin
- Change project name in `package.json`
- Update tailwind design system