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

https://github.com/csprance/before

A headless CMS written in Typescript using NextJS
https://github.com/csprance/before

Last synced: about 1 year ago
JSON representation

A headless CMS written in Typescript using NextJS

Awesome Lists containing this project

README

          

# Before
> A headless CMS written in Typescript using NextJS

Before is a headless content managment system. It is used to manage structured data from a database and populate that data.

Features:
* Typescript - Write everything in modern typescript
* Database - Sqlite (Mysql Planned)

## Installation
TODO

### Development

#### Installation

```
npm install
npm run dev # run
```

#### Test

```
npm run test # test
npm run test:watch
npm run test:coverage # report coverage
```

### Production

```
npm install
npm run build # create .next directory
npm start # start server
```

## License

UNLICENSE