A Text Editor That Doesn't Use Files
Blink was created for the Fall 2019-Spring 2020 Senior Capstone class at the University of Utah.
- Prerequisites
- Python 3.7+, node.js, npm,pipenv
- Updating dependencies
- cd server; pipenv install
- cd client; npm install
- Running the editor
- cd client; npm run start