Just plain tsc works?

This commit is contained in:
Mikko Ahlroth 2021-08-16 09:25:51 +03:00
parent 26c3f8997b
commit ef8ef81815

View file

@ -10,6 +10,6 @@ View live at https://nicd.gitlab.io/sodexo-menu
## To build
Install TypeScript so that you have `tsc` available. It's suggested to use the Node.js
version specified in `.tool-versions`. Then run `tsc --build tsconfig.json`. Serve with your
version specified in `.tool-versions`. Then run `tsc`. Serve with your
favourite HTTP server such as `python -m http.server 53593`. Accessing from `file://`
URL will not work.