18 lines
283 B
Markdown
18 lines
283 B
Markdown
# TimeChain
|
|
|
|
A straightforward program for pasting text, HTML, photos, or anything else. The FILO interface is straightforward: tag it, timestamp it, then view it.
|
|
|
|
# Build
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
# Tests
|
|
|
|
Type the following commands to run tests:
|
|
|
|
```
|
|
npx jest
|
|
```
|