Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/dxos-kanban
https://github.com/jessmartin/dxos-kanban
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessmartin/dxos-kanban
- Owner: jessmartin
- Created: 2023-07-11T03:14:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T21:18:09.000Z (about 1 year ago)
- Last Synced: 2024-12-07T14:46:00.673Z (about 1 month ago)
- Language: TypeScript
- Size: 970 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DXOS Kanban
This app was created with a DXOS application template.
- [x] React
- [x] DXOS UI SystemRun the app with `npm`:
```bash
npm install
npm run serve
```Build the app to the `out` folder:
```bash
npm run build
```