An open API service indexing awesome lists of open source software.

https://github.com/limzykenneth/cotta-admin


https://github.com/limzykenneth/cotta-admin

Last synced: over 1 year ago
JSON representation

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.