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
- Host: GitHub
- URL: https://github.com/csprance/before
- Owner: csprance
- License: unlicense
- Created: 2019-08-06T16:03:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:28:25.000Z (over 3 years ago)
- Last Synced: 2025-02-06T05:31:24.871Z (over 1 year ago)
- Language: TypeScript
- Size: 2.52 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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