You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the demo project yourself
A good way to start using CircleCI is to build a project yourself. Here’s how to build the Demo GoProject with your own account:
Fork the Demo Go Project onGitHub to your own account
Go to the Projects dashboard in the CircleCI app and click the Follow Project button next to the project you just forked.
To make changes you can edit the .circleci/config.yml file and make a commit. When you push a commit to GitHub, CircleCI will build and test the project.
So you say that I should build myself and then I arrive at a completed best practice project?
The text was updated successfully, but these errors were encountered:
Found this in the get started with go.
Build the demo project yourself
A good way to start using CircleCI is to build a project yourself. Here’s how to build the Demo GoProject with your own account:
Fork the Demo Go Project onGitHub to your own account
Go to the Projects dashboard in the CircleCI app and click the Follow Project button next to the project you just forked.
To make changes you can edit the .circleci/config.yml file and make a commit. When you push a commit to GitHub, CircleCI will build and test the project.
So you say that I should build myself and then I arrive at a completed best practice project?
The text was updated successfully, but these errors were encountered: