Fork the Network Next repository on github
November 21, 2023 ยท View on GitHub
Fork the Network Next repository on github
To get started you need to fork the 'next' repository to create your own version of the Network Next codebase.
- Create your own github account and organization at http://github.com
- Get access to the network next repository.
Send us an email at support@networknext.com and let us know your github id.
We will add your github id to the list of accounts authorized to access the network next github repository.
- Navigate to http://github.com/networknext/next
- Fork the repository to your own github account
It's OK to fork only the "main" branch. You'll create your own branches in your fork.
- Clone the forked repository into your home directory
It will create a subdirectory called "next". You can change to this directory at the console with cd ~/next at any time.
Next step: run a local instance with docker compose.