Skip to content

blink-editor/blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 12, 2020
Apr 20, 2020
Dec 12, 2020
Apr 20, 2020
Apr 20, 2020

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