https://github.com/tpn/website
https://github.com/tpn/website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpn/website
- Owner: tpn
- Created: 2018-04-08T22:40:47.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T17:15:25.000Z (4 months ago)
- Last Synced: 2025-02-18T18:26:23.157Z (4 months ago)
- Language: Jupyter Notebook
- Size: 119 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment Setup
```bash
# Install node and npm if not already installed
sudo apt update
sudo apt install -y nodejs npm# Install minification tools
sudo npm install -g html-minifier-terser cssnano-cli terser
```