Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.41 KB

File metadata and controls

31 lines (16 loc) · 1.41 KB

Network Next


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.

  1. Create your own github account and organization at http://github.com
sign up
  1. 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.

  1. Navigate to http://github.com/networknext/next
Screenshot 2023-08-05 at 8 43 04 AM
  1. 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.

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