A small planet with procedurally generated objects placed over continents.
Make sure you have Node.js and yarn installed.
Install dependencies and start the application.
yarn install
yarn start
Navigate to http://localhost:5173 on the browser to access the application.
Release It! is used to release the application. Use the following command to initiate the release.
yarn release
It will create a new tag and a draft release. Manually pubishing the draft release will trigger a GitHub Actions workflow which will deploy the application on the gh-pages
branch using GitHub Pages.