You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Push Server for Time Safari
|
|
|
|
|
|
|
|
|
|
|
|
## Setup Environment
|
|
|
|
|
|
|
|
Tea isn't required but it's what we use to set up the dev environment.
|
|
|
|
```
|
|
|
|
sh <(curl tea.xyz) -E sh
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Dependencies
|
|
|
|
|
|
|
|
See https://tea.xyz
|
|
|
|
|
|
|
|
| Project | Version |
|
|
|
|
| ---------- | --------- |
|
|
|
|
| nodejs.org | ^16.0.0 |
|
|
|
|
| npmjs.com | ^8.0.0 |
|
|
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Run
|
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
npm run start
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Thanks
|
|
|
|
|
|
|
|
* [node-typescript-boilerplate][boilerplate] for project setup
|
|
|
|
|
|
|
|
[boilerplate]: https://github.com/jsynowiec/node-typescript-boilerplate
|