Learn key bindings in a fun and easy way.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To start front-end
- Enter client directory
cd .\client\
- Install NPM packages
npm install
- Start local
npm run dev
- Enter client directory
cd .\server\
- Install NPM packages
npm install
- Setup docker
docker-compose up
- Setup database
npm run db:setup
- Start server
npm run dev
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/chingu-voyages/v29-bears-team-05