To clone and run this application, you'll need Git and Mise installed on your computer.
From your command line:
git clone https://github.com/OpenUp-LabTakizawa/robopocd robopo && bun i@robopo/web/.env requires the following environment variables.
| Variable | Description | Default |
|---|---|---|
BETTER_AUTH_URL |
Better Auth authentication server URL | http://localhost:3000 |
BETTER_AUTH_SECRET |
Better Auth secret key (random string) | None (auto-generated) |
DATABASE_URL |
Neon Serverless Postgres connection URL | None |
Run the following command to create the .env file interactively.
bun run setup-envbun devbun test:unitbun test:e2ebun lint:fixbun run buildbun startVisual Studio Code is the recommended IDE for working on this project, as it has been configured.
Once opened, you can run Extensions: Show Recommended Extensions to install the recommended extensions so that your development environment is automatically configured.
A dev container is a running container with a well-defined tool/runtime stack and its prerequisites.
You can try out dev containers with GitHub Codespaces or Visual Studio Code Dev Containers.
GitHub Codespaces
GitHub Codespaces is a cloud-based development environment that allows you to work on this project directly in your browser.
You can click the badge above or here to get started.
Follow these steps to open this project in a Codespace:
- Click the Code drop-down menu.
- Click on the Codespaces tab.
- Click Create codespace on main.
For more info, check out the GitHub documentation.
VSCode Dev Containers
Follow these steps to open this project in a container using the VSCode Dev Containers extension:
-
If this is your first time using a dev container, please ensure your system meets the prerequisites (i.e. have Docker installed) in the getting started steps.
-
To use this repository, open a locally cloned copy of the code:
- Clone this repository to your local filesystem.
- Press F1 and select the Dev Containers: Open Folder in Container... command.
- Select the cloned copy of this folder, wait for the container to start, and try things out!
Want to report a bug, contribute some code, or improve the documentation? Excellent!
Read up on our guidelines for contributing and Code of Conduct.
Then check out one of our issues labeled as 😵💫help wanted or good first issue.
This software uses the following open source packages:
- Better Auth
- Biome
- Bun
- daisyUI
- Drizzle
- HAPPY DOM
- Mise
- Next.js
- Node.js
- Playwright
- React
- Tailwind CSS
- TypeScript
The Apache License Version 2.0 (2026) - OpenUp-LabTakizawa. Please have a look at the LICENSE for more details.