The migration for Botble from CMS(Laravel) to GraphQL + Next.js
https://graphql-next.toiyeulaptrinh.com
The first you need clone the .env.example
to .env
file and overwrite your environments.
Check the APIs document https://github.com/nghiepdev/botble-graphql
Only for development environnement
$ yarn install
$ yarn dev
$ docker build --build-arg APP_VERSION=0.0.1 -t nghiepdev/botble-graphql-next:0.0.1 .
$ docker run --restart=unless-stopped -p 3000:3000 -d nghiepdev/botble-graphql-next
- Conventional commits
- React Hooks to make the world nice
- ESLint
- Prettier
MIT