/distrosim

Fascinating and powerful fullstack distributed systems simulator

Primary LanguageTypeScript

Distrosim

For now, the application is incomplete and unavailable on the Internet

How to run locally

Requirements
  1. GoLang
  2. Node JS
  3. Dependencies for Node JS: nodemon, ts, sass (can be set up by ./setup.py script)
How to install on your computer
  1. Install Golang and Node JS

  2. Then clone the project and cd into the directory:

git clone https://github.com/it1shka/distrosim cd distrosim

  1. Run scripts for setup and build (it may require giving them some permissions):

./setup.py ./runbuild.py

  1. Run the main application

go run main.go