Skip to content

DrMerfy/CardSorterClient-1

 
 

Repository files navigation

CardSorter

Client version for the open card sorting tool.

The full paper that was based on this tool can be found on the ACM's directory

How to get started

Prerequisites

  1. Node 12+ with npm and yarn
  2. Docker and docker-compose
  3. (Optionally) a unix-based or bashed enabled system

Running the development

  1. Clone the repo locally (e.g. $ git clone https://github.com/CardSorter/CardSorterClient)
  2. Clone the server locally (https://github.com/CardSorter/CardSorterServer) and follow the instructions there for setting up the api.
  3. Cd into the root folder (e.g. $ cd CardSorterClient)
  4. If running for the first time, install dependencies (e.g. $ sh ./install_dependencies.sh)
  5. From the root folder get up the development environment $ docker-compose up

Alternatively: 5. Cd into the module you'd like to run (e.g. $ cd auth) 6. Run the development server with watch capabilities (e.g. $ yarn start)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • SCSS 11.6%
  • CSS 10.1%
  • HTML 1.7%
  • TypeScript 0.9%
  • Dockerfile 0.6%