Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djhi/svelte-admin
https://github.com/djhi/svelte-admin
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/djhi/svelte-admin
- Owner: djhi
- Created: 2019-04-25T15:38:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T06:31:03.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:32:58.478Z (about 1 month ago)
- Language: Svelte
- Homepage: svelte-admin-seven.vercel.app
- Size: 400 KB
- Stars: 30
- Watchers: 7
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-admin
An experiment (for now) to build an equivalent of [react-admin](https://marmelab.com/react-admin) for svelte.
The current version is deployed automatically via Vercel at this address:
[https://svelte-admin-seven.vercel.app/](https://svelte-admin-seven.vercel.app/)
This is currently a single repository with a single application, not a library.
## Roadmap
- [ ] Have the basic core features implemented
- [ ] Refactor as a monorepo with multiple libraries and an example application## Contribute
You can look for issues labelled with _Help Wanted_ if you want to contribute.
Simply clone the repository and install the dependencies with `yarn` (for now).
Run `yarn dev` to start the example app.
Run `yarn build` to ensure everything compiles.
Run `yarn build && yarn preview` to compile and play with the production application.