Skip to content

Latest commit

 

History

History
executable file
·
46 lines (33 loc) · 883 Bytes

README.md

File metadata and controls

executable file
·
46 lines (33 loc) · 883 Bytes

Sequoia

Sequent calculus proof construction tool

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

The commands below should be run once.

Clone the repo

git clone git@github.com:meta-logic/sequoia.git

Installing the dependencies

cd sequoia
npm install
npm install bower
npx bower install

Running

Run mongoDB

mongod --dbpath .

Then, run the server

npm start

The application should now be running on localhost:8080/sequoia.