This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/README.md

14 lines
238 B
Markdown

# tlaternet-templates
Website templates bundled with parcel.
## Updating
```sh
npm-check-updates -u
rm node_modules # Yeah, npm gets confused if it can't write here
npm install --package-lock-only
rm -rf node_modules
direnv reload
```