Skip to content

Commit 0fe72ef

Browse files
committed
Update README
1 parent 7028d39 commit 0fe72ef

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

atcoder-problems-backend/.rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

atcoder-problems-backend/docker-compose.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

atcoder-problems-frontend/README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@
22

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

5-
## Prerequisites
6-
7-
- [Yarn](https://yarnpkg.com/)
8-
9-
## Install required packages
10-
11-
```bash
12-
yarn
13-
```
14-
155
## Start the web application on your local machine
166

177
```bash
18-
yarn start
8+
docker-compose up -d
199
```
2010

2111
You can see it on <http://localhost:3000/>.
@@ -34,13 +24,13 @@ If you intend to use your own instance of backend, consult the [backend document
3424
## Create a production build
3525

3626
```bash
37-
yarn build
27+
docker-compose exec frontend-development yarn build
3828
```
3929

4030
## Run unit test
4131

4232
```bash
43-
yarn test
33+
docker-compose exec frontend-development yarn test
4434
```
4535

4636
## Run end-to-end test

0 commit comments

Comments
 (0)