A fan-made Garden Planner for the game Palia. Displays bonus coverage based on crops and fertilisers, and approximates the harvest value. Made on Nuxt and Vue, hosted on Vercel.
This project is licensed under the MIT License. Note: The license specified above applies exclusively to the source code, configuration files, and documentation created and maintained within this repository.
This project may contain assets, media files, or intellectual property that are owned by other companies or individuals (such as Singularity 6). These assets are not covered by the open-source license mentioned above. I do not claim ownership or rights over these assets.
There were plans to add other tools once the planner is considered feature-complete, with everything on the Road Map being ticked off.
Plans for the Planner are found here: Roadmap Link
See the CONTRIBUTING.md for info
Made with the Nuxt minimal starter. Look at the Nuxt 3 documentation to learn more.
# npm
npm install
# pnpm
pnpm install
# yarn
yarn installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev