Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.17 KB

README.md

File metadata and controls

58 lines (37 loc) · 2.17 KB

Game Library (frontend)

This frontend is using CRA, React and MUI.

Links

Screenshot

screenshot

Development

Copy .env.example to .env and modify it.

Install the dependencies using yarn (or npm):

yarn 

Start the development server:

yarn start

Production

Build the project:

yarn build

It produces the build folder which contains the static files.

The backend provides a docker build which automatically includes this frontend.

Credits

Licence

Game Library (frontend) by Jean-Baptiste Demonte is licensed under CC BY-NC-SA 4.0