## Deploy ##
# md to react
npx ts-node --project ./scripts/tsconfig.json scripts/md-to-react.ts src/pages/array
# md to react all pages
find src/pages -type d -not -path "*/__snapshots__" -exec npx ts-node --project ./scripts/tsconfig.json scripts/md-to-react.ts {} \;
# build routes
npx ts-node --project ./scripts/tsconfig.json scripts/build-routes.ts
# deploy
npm run deploy
## Misc ##
# rename files
find . -type f -name "index.test.js" -exec sh -c 'mv "$0" "${0%.test.js}.test.tsx"' {} \;
forked from sCrypt-Inc/scrypt-by-example.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
An introduction to the sCrypt Bitcoin scripting language.
License
walker9296/scrypt-by-example.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An introduction to the sCrypt Bitcoin scripting language.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 91.7%
- CSS 4.3%
- Solidity 1.7%
- HTML 1.4%
- Mustache 0.5%
- JavaScript 0.3%
- Shell 0.1%