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

https://github.com/jhta/cd_ms

nop
https://github.com/jhta/cd_ms

Last synced: 12 months ago
JSON representation

nop

Awesome Lists containing this project

README

          

# RetroBlog

### Scripts
* Install: `yarn install`
* run dev enviroment: `yarn dev`
* run dev server debug: `yarn dev:debug`
* build: `yarn build`
* run production enviroment: `yarn start`
* run linter (standard.js): `yarn lint`
* fix lint: `yarn lint`
* build docker container: `yarn build:docker`
* run docker image: `yarn start:docker`

## Stack:
* React.js for build the UI
* Next.js for SSR, styles and configurarion (currently the website don't need javascript for work)
* Standard.js for Linting
* Express.js for manage custom routes, github api auth and response endpoints.
* React-reveal, moment, lodash, react markdown and more.

## Testing:

I would like implement a testing env with Jest, Stub, Yup and Enzyme

## Docs

I would like use Docz