Graphical web front-end (client) to manage your crossfit workouts results.
Explore the docs
View Demo
·
Report Bug
·
Request Feature
This project is currently not under active development. See https://github.com/tmaegel/ssr_whiteboard
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repos (client + server)
git clone https://github.com/tmaegel/whiteboard-client
git clone https://github.com/tmaegel/whiteboard-server
- Install NPM packages (client + server)
cd whiteboard-client/ ; npm install ; cd ../
cd whiteboard-server/ ; npm install
- Build and run the container
cd whiteboard-client/
npm run full-start:prod
@todo: Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
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.
Toni Mägel - [email protected]
Project Link: https://github.com/tmaegel/whiteboard-client