Wodorek / toynet-react

The frontend service for ToyNet emulator and learning platform.

Home Page:https://toynet.projectreclass.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://toynet.projectreclass.org

License:GNU General Public License v3.0


Languages

Language:TypeScript 91.7%Language:CSS 4.5%Language:JavaScript 2.8%Language:HTML 0.6%Language:Dockerfile 0.2%Language:Shell 0.2%