Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

SoyBeansLab/daizu-online-judge-frontend-old

Repository files navigation

daizu-online-judge-frontend

Actions Status

Development

$ npm install
$ npm run start

Environment variables

Please set the environment variables of the table to .env, etc.

Variable name Default value
REACT_APP_DEV_API_SERVER ""
REACT_APP_AUTH0_DOMAIN ""
REACT_APP_AUTH0_CLIENT_ID ""

Storybook

Build the storybook.

$ npm run build-storybook 

Build and serve the storybook.

$ npm run storybook

mock

Generate a mock file.
using axios-mock-server.

$ npm run mock

format

Automatically do a prettier format when saving.

$ npm run prettier-watch

Contributing

Please read this.

Author

SoyBeansLab

License

MIT License