- Fork this repo.
- Clone your forked repo.
- Under the src folder, edit the file "url.tsx" with the URL of the backend Rails API.
- Open your terminal and navigate to the directory containing your cloned project.
- Install dependencies for the project by entering this command:
yarn install
- Run the app in development mode by entering this command:
yarn start
- Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App. This project uses MUI, TypewriterJS, ESLint, Prettier.