Skip to content

Web frontend for the whiteboard rest API to manage your crossfit workouts results.

License

Notifications You must be signed in to change notification settings

tmaegel/whiteboard-client

Repository files navigation


DEPRECATED: whiteboard (Client)

Graphical web front-end (client) to manage your crossfit workouts results.
Explore the docs

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This project is currently not under active development. See https://github.com/tmaegel/ssr_whiteboard

whiteboard-client

Built With

Getting Started

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.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repos (client + server)
git clone https://github.com/tmaegel/whiteboard-client
git clone https://github.com/tmaegel/whiteboard-server
  1. Install NPM packages (client + server)
cd whiteboard-client/ ; npm install ; cd ../
cd whiteboard-server/ ; npm install
  1. Build and run the container
cd whiteboard-client/
npm run full-start:prod

Usage

@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.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Toni Mägel - [email protected]

Project Link: https://github.com/tmaegel/whiteboard-client