Skip to content

9inpachi/my-planet

Repository files navigation

My Planet

A small planet with procedurally generated objects placed over continents.

Setup

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

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.

Architecture

My Planet Architecture