https://github.com/saneef/nanools-com
Source code of nanools.com
https://github.com/saneef/nanools-com
Last synced: about 1 year ago
JSON representation
Source code of nanools.com
- Host: GitHub
- URL: https://github.com/saneef/nanools-com
- Owner: saneef
- License: mit
- Created: 2024-04-22T00:10:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T10:19:55.000Z (about 2 years ago)
- Last Synced: 2025-03-09T14:38:08.836Z (over 1 year ago)
- Language: CSS
- Homepage: https://nanools.com
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nanools.com
The website is build using [Eleventy](https://www.11ty.dev).
## Development
```sh
pnpm install # installs all NPM packages
pnpm run dev # run dev server and watches for file changes
pnpm run build # builds production website
```