Skip to content

Fascinating and powerful fullstack distributed systems simulator

Notifications You must be signed in to change notification settings

it1shka/distrosim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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