Skip to content

blink-editor/blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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