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's current plans to add other tools once the planner is considered feature-complete, with everything on the Road Map being ticked off. Alternatively I may start work on them as a trial attempt or to work on something else for a bit. What these tools are will depend on the current situation of community-made tools by the time the Garden Planner is at version 1.0.
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 install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev