Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arashsheyda/karboard
[WIP] Kar-Board is a Nuxt 3 template for creating job board websites less than a minute.
https://github.com/arashsheyda/karboard
Last synced: 21 days ago
JSON representation
[WIP] Kar-Board is a Nuxt 3 template for creating job board websites less than a minute.
- Host: GitHub
- URL: https://github.com/arashsheyda/karboard
- Owner: arashsheyda
- Created: 2023-12-15T19:29:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:40:15.000Z (11 months ago)
- Last Synced: 2024-10-10T20:17:36.205Z (about 1 month ago)
- Language: Vue
- Homepage: https://karboard.vercel.app
- Size: 177 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[WIP] ๐ผ Kar-Board
(/kรขr/, Job in Persian)
> [๐ Kar-board](#) The best Choice for Job Board Templates
## Setup
```bash
npm install karboard --dev
```## Configuration
- Add it to your extends key in `nuxt.config.ts`:
```ts
defineNuxtConfig({
extends: 'karboard'
})
```create an `app.config.ts` and configure it. for more info check [./nuxt.schema.ts](https://github.com/arashsheyda/karboard/blob/main/nuxt.schema.ts)
## TODO
Improvements for future:
- [ ] SEO
- [ ] Dark Mode
- [ ] New Components
- [ ] Job Detail Page
- [ ] Better Type Support
- [ ] Better Documentation## License
[MIT]