Skip to content

Commit 13a13ab

Browse files
get started on technical report
1 parent 2d2aefe commit 13a13ab

File tree

6 files changed

+2380
-0
lines changed

6 files changed

+2380
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
index.html
22
.vercel
3+
node_modules/
4+
out.html

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Runtime Keys
2+
3+
This repo contains the WinterTC Runtime Keys ECMA Technical Report source and build tooling.
4+
5+
To get started, run `npm install` to install project dependencies
6+
7+
To build the report run `npm run build`
8+
9+
To view the report open `out.html`

0 commit comments

Comments
 (0)