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
Raw Normal View History

2021-04-07 21:41:11 +01:00
# tlaternet-templates
Website templates bundled with parcel.
## Updating
```sh
2022-07-30 17:55:04 +01:00
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
2021-04-07 21:41:11 +01:00
```