Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 385 Bytes

Blink

A Text Editor That Doesn't Use Files

History

Blink was created for the Fall 2019-Spring 2020 Senior Capstone class at the University of Utah.

Developer Instructions

  1. Prerequisites
  2. Python 3.7+, node.js, npm, pipenv
  3. Updating dependencies
  4. cd server; pipenv install
  5. cd client; npm install
  6. Running the editor
  7. cd client; npm run start