A web client for JAIRO Cloud repository administrators to manage groups in the GakuNin Cloud Gateway.
With DevContainer, your development environment is ready in no time!
- Install Visual Studio Code and Docker with Docker Compose.
- Install the Dev Containers extension for Visual Studio Code.
- Open this repository in Visual Studio Code.
- When prompted, click "Reopen in Container" to start the DevContainer.
Manual Setup
- Install Python 3.14+ and Node.js 24+.
- Install dependencies:
uv sync && uv pip install -e . pnpm install -r
- Create docker network:
docker network create jairocloud-groups-manager_default
- Start the development server:
LOCAL_WORKSPACE_FOLDER=$(pwd) docker compose up --watch
Tip
When the Vite dev server fails to start due to permission problems, create a .nuxt directory on the host machine or run pnpm postinstall, then try again.