The new Robotics Collective website repository.
Ensure you have the following installed on your system:
git clone git@github.com:openroboticmetaverse/rc-web.git
cd rc-webRun the following command to start the necessary service in the background:
docker compose up -dTo enter the running container:
docker exec -it rc_website_v2 bashOnce inside the container, run:
yarn Then
yarn devThis will start the development server, and the website should be accessible at http://localhost:3000.
For any questions or issues, please create an issue in the repository or contact the maintainers.