https://github.com/limzykenneth/cotta-admin
https://github.com/limzykenneth/cotta-admin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/limzykenneth/cotta-admin
- Owner: limzykenneth
- License: bsd-3-clause
- Created: 2019-10-20T20:27:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T01:17:13.000Z (over 3 years ago)
- Last Synced: 2025-01-24T19:26:58.651Z (over 1 year ago)
- Language: JavaScript
- Size: 6.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cotta Admin
This is an optional admin panel build for Cotta (formerly Char). It is a standalone frontend to the API exposed by Cotta and can be hosted by Cotta itself or remotely on another server.
## Documentation
*Documentation to come.*
## Development
1. Clone the repo.
2. Install dependencies with:
```
npm install
```
3. Make sure you have Cotta up and running.
4. Start the development server with
```
npm run server
```
5. Compilation should run and when finished a browser window will automatically take you to the front page. Upon saving the source files the build will automatically restart and your browser automatically refresh.