Skip to content

Latest commit

 

History

History
 
 

README.md

atcoder-problems-frontend

atcoder-problems-frontend is a web application written in TypeScript.

Prerequirements

Install required packages

yarn

Start the web application on your local machine

yarn start

You can see it on http://localhost:3000/

Create a production build

yarn build

Run end-to-end test

yarn cy:run

Open Cypress Test Runner

yarn cy:open