https://github.com/t2bot/t2bot.io
Website for t2bot.io
https://github.com/t2bot/t2bot.io
Last synced: about 1 year ago
JSON representation
Website for t2bot.io
- Host: GitHub
- URL: https://github.com/t2bot/t2bot.io
- Owner: t2bot
- License: mit
- Created: 2017-09-02T18:07:45.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T00:01:05.000Z (about 2 years ago)
- Last Synced: 2025-03-27T21:05:36.984Z (over 1 year ago)
- Language: CSS
- Size: 7.44 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# t2bot.io
Website for [t2bot.io](https://t2bot.io).
Building/running:
```bash
npm install
npm run watch # For development
npm run build # For production. Outputs to ./site/
```
Windows users: it is recommended to use WSL with the watcher as cuttlebelle currently does not
properly work with Windows directly.
Docker:
```
docker run -it -p 80:80 t2bot/t2bot.io
```