Skip to content

The frontend service for ToyNet emulator and learning platform.

License

Notifications You must be signed in to change notification settings

GurmanToor/toynet-react

 
 

Repository files navigation

Mattermost

Check out your new networking buddy https://www.toynet.projectreclass.org

Project Reclass is a multi-disciplinary nonprofit organization that teaches technical skills to incarcerated veterans. Learn more at projectreclass.org.

Splash Screen

Get Involved

Getting Started

The easiest way to get ToyNet up and running is by using the docker-compose. This requires Docker, Docker Compose, and git to be installed. Our docker-compose.yml file will start each service necessary for using ToyNet on your machine in a production setup.

To get started, first download the docker-compose.yml file.

For Linux with wget

wget https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml

For Windows with Powershell

wget https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml -Outfile docker-compose.yml
# or
Invoke-WebRequest https://raw.githubusercontent.com/Project-Reclass/toynet-react/master/docker-compose.yml -Outfile docker-compose.yml

Then to start each ToyNet

docker-compose up --build -d # use -d to run in the background

License

See the LICENSE file for mor information.

Follow Us

Contributing

Check out our CONTRIBUTING guide!

About

The frontend service for ToyNet emulator and learning platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • CSS 2.8%
  • JavaScript 1.8%
  • Other 0.7%