This project was bootstrapped with Vite. Basically, its a really basic UI wiki view for all the data related to Digimon World 1 (1999) PS1 game. This is still an exploratory WIP (I am feeding the database), so it may get some data updates soon. This UI consumes a service that currently is available at Railway (see DW1-Service) and then stores the data in cache, I am not keeping live the backend due some costs after starter plan is fully consumed, but it can live through a flag that enable mocking using MSW. It should be up, but if is not the case, feel free to ping.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5175 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
To build the docker image, inside project dir:
docker build -t gsdd-dw1-ui .
Then run using something like:
docker run -p 5175:5175 -e VITE_API_URL=http://api.example.com -e VITE_APP_VERSION=0.0.1 -e VITE_ENABLE_CRUD=false -e VITE_ENABLE_MOCKS=true gsdd-dw1-ui
- Author - gal16v8d