Neroli's Lab helps users make informed decisions regarding their investments in Pokémon Sleep. We provide tooling such as production calculators, optimal team composition algorithms, and simulation-based cooking tier lists.
Live Website - Try our tools and calculators
Discord Community - Get help and discuss
- 📚 Documentation - Getting started guides, architecture, and technical specifications
Want to contribute? You can find out how to get started on our documentation page:
To build and run the app locally, you will need:
- Node.js and npm
- Bun
- Docker with Compose support for the backend database
- We recommend using nvm to install and select the repo's Node.js version for non-Nix setups
This option is community-maintained and is not officially supported by the core dev team.
If you use Nix, this repo includes an optional dev shell:
nix developThe dev shell provides node, npm, and bun. Docker is still expected to be installed and available on your system outside the dev shell.
If you want to get the project running locally, follow these docs in order:
- Start with Development Setup: prerequisites, workspace setup, and the shape of the project.
- Build the shared library using instructions from Common Library.
- Set up the local database and backend environment following Backend.
- Start the frontend with Frontend.
Released under the Apache 2.0 License.