Skip to content

ahmedhadrich/rc-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Robotics Collective Website

Netlify Status

The new Robotics Collective website repository.

Prerequisites

Ensure you have the following installed on your system:

Getting Started

Clone the Repository

git clone git@github.com:openroboticmetaverse/rc-web.git
cd rc-web

Start the Services

Run the following command to start the necessary service in the background:

docker compose up -d

Access the Container

To enter the running container:

docker exec -it rc_website_v2 bash

Start the Development Server

Once inside the container, run:

yarn 

Then

yarn dev

This 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.

About

Official Website | Robotics Collective

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.5%
  • CSS 1.8%
  • Other 0.7%