This is a simple web-application that works with GitHub API and demonstrates how to build isomorphic web-application using Catberry Framework.
To run in release
mode:
make run.local.release
To start in debug
mode without script minification and with watching for changes:
make run.local.dev
Also, you can build a Docker image:
make docker
And run it as a container:
docker run -it -p 3000:3000 catberry/catberry-example
It's possible to pass following environment variables to adjust config settings:
CAT_TITLE
- content of the title tag on the pageCAT_PORT
- port to listenCAT_LOG_LEVEL
- logging level (see catberry-logger package for more details)
There are a lot of ways to contribute into Catberry:
- Give it a star
- Join the Gitter room and leave a feedback or help with answering users' questions
- Submit a bug or a feature request
- Submit a PR
- If you like the logo, you might want to buy a Catberry T-Shirt or a sticker
Denis Rechkunov [email protected]