Skip to content

Installation

Emanuel Brea edited this page Oct 22, 2022 · 2 revisions

Welcome to the my-chess-repertoire-ui wiki! By the end of the document you will be able to launch MyChessRepertoire in your local computer.

  1. Check if you have Node installed running node -v in the terminal. If not, download and install Node from https://nodejs.org/en/download/

  1. Clone the repository in a new folder git clone https://github.com/emanuelbrea/my-chess-repertoire-ui.git

  1. Run npm install to install dependencies like React

  1. MyChessRepertoire is hosted using AWS and uses AWS amplify CLI. You can read more in https://docs.amplify.aws/cli/ . To use the application, you will need to request access to the user credentials.

  1. Start the application running: npm run start. Make sure that you have the back end running on http://localhost:5000
Clone this wiki locally