Step 1

Clone the repository.

git clone https://github.com/cs280fa21/keycode-app

Change directory.

cd keycode-app

Install dependencies.

npm install

Run in development mode.

npm run start

Open the browser and visit http://localhost:3000.