Skip to content

brennomeneses/mps-br-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPS-BR Automata (w/ Typescript)

Authors:

  • Anderson Neumann
  • Brenno Araujo
  • Eduardo Ribeiro

Development requirements

Installing the project

Clone the repository:

git clone https://github.com/brennomeneses/mps-br-automata.git

Installing dependences

Using yarn repository:

yarn install

Using npm repository:

npm install

Starting the project

Using yarn:

yarn start

Using npm:

npm start