Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 0a30c76

Browse files
authored
Merge pull request #108 from uclaacm/master
Dependency Updates into Release - Version 1.0.1
2 parents fb72a43 + a7055a2 commit 0a30c76

File tree

4 files changed

+1057
-1448
lines changed

4 files changed

+1057
-1448
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.15.3
1+
v12.14.1

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## ACM Teach LA Backend
1+
# ACM Teach LA Backend
22

33
This is the (JS) middleware/backend code for the ACM Teach LA [editor](https://editor.uclaacm.com). It's built by the UCLA ACM Teach LA dev team with [Express](https://expressjs.com/) and [Firebase](https://firebase.google.com/).
44

55
## Developer Setup
66

77
You'll need:
88

9-
- [Node](https://nodejs.org/en/) (we develop this with Node v10)
9+
- [Node](https://nodejs.org/en/) (we develop this with Node v12.14.1 LTS)
1010
- [git](https://git-scm.com/)
1111
- either npm (which comes default with Node) or [yarn](https://yarnpkg.com/en/)
1212

13-
Once you have those dependencies, set up is very simple.
13+
Once you have those dependencies, set up is very simple.
1414

1515
Type the following lines into your command line:
1616

0 commit comments

Comments
 (0)