Forked a project that is a transformer for parcel for riotjs. Changes a few thing so compiling the application works better.

This commit is contained in:
Jason Tudisco 2022-02-11 04:48:42 -06:00
parent 80a596ea44
commit 9d77733a7a

View File

@ -1,17 +1,17 @@
# TimeChain # TimeChain
A straightforward program for pasting text, HTML, photos, or anything else. The FILO interface is straightforward: tag it, timestamp it, then view it. A straightforward program for pasting text, HTML, photos, or anything else. The FILO interface is straightforward: tag it, timestamp it, then view it.
# Build # Build
``` ```
npm run build npm run build
``` ```
# Tests # Tests
Type the following commands to run tests: Type the following commands to run tests:
``` ```
npx jest npx jest
``` ```