Skip to content

Instantly share code, notes, and snippets.

@ragingwind
Created July 7, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ragingwind/07e5817ba21e3e220f23c76efa7ca361 to your computer and use it in GitHub Desktop.
Save ragingwind/07e5817ba21e3e220f23c76efa7ca361 to your computer and use it in GitHub Desktop.
tiddlywiki package.json
{
"name": "tiddlywiki",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"tiddlywiki": "^5.1.14"
},
"scripts": {
"build": "tiddlywiki wiki --init server",
"start": "tiddlywiki wiki --server",
"deploy": "now --name=tiddlywiki"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment