-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- Check if you have Node installed running
node -v
in the terminal. If not, download and install Node from https://nodejs.org/en/download/
- Clone the repository in a new folder
git clone https://github.com/emanuelbrea/my-chess-repertoire-ui.git
- Run
npm install
to install dependencies like React
- 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.
- Start the application running:
npm run start
. Make sure that you have the back end running on http://localhost:5000