https://github.com/nocobase/website
https://github.com/nocobase/website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nocobase/website
- Owner: nocobase
- Created: 2024-06-14T16:36:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T18:25:21.000Z (6 months ago)
- Last Synced: 2025-04-09T18:41:34.530Z (6 months ago)
- Language: Astro
- Size: 16.9 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
```bash
cp .env.example .env # We have provided an API token for debugging, and it can be found in our `.env.example` file.
yarn install
yarn dev
```