Skip to content

Development on Gitpod

Priyas Paulzagade edited this page Dec 12, 2022 · 5 revisions

Gitpod

Gitpod is an easy way to set up the development environment. It launches ready to use workspaces.

How to launch CircuitVerse on Gitpod?

Fork the repository! Launching CircuitVerse on Gitpod is very easy. It can be done in the following ways:

After clicking on the above link, Gitpod will confirm which Github Account you want to use. Choose your Account and Gitpod will start loading your Workspace.

It will then pull Docker images

After completely loading, your workspace will be created. It will then install all the packages.

Finally, make the ports public.

Your workspace has been successfully created! Cheers 🍺

This is how your workspace looks

CircuitVerse has been set to auto preview mode and so you can view the local port on the same screen on the right side. You can now simultaneously make changes and view them. This however takes some time to load, wait for some time to view the same.

After making changes you can save them to your workspace and re-run the preview using the command:

bundle exec rails s

At last, you can close your workspace by clicking on File -> Close Workspace and then stop the workspace by File -> Stop Workspace. This will redirect you to your Dashboard where you can restart it again.

Clone this wiki locally