https://github.com/hyper63/website
now powered by render.com
https://github.com/hyper63/website
Last synced: about 1 month ago
JSON representation
now powered by render.com
- Host: GitHub
- URL: https://github.com/hyper63/website
- Owner: hyper63
- License: apache-2.0
- Created: 2020-08-11T19:52:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T15:48:34.000Z (about 5 years ago)
- Last Synced: 2025-03-02T18:32:07.614Z (about 1 year ago)
- Language: HTML
- Homepage: https://hyper63.com
- Size: 2.86 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyper63 WebSite
This project is the home website for hyper63, the site is a static site generated using 11ty and ejs. All of the template files are located in the src directory. The project uses tailwindcss as the css framework to leverage the tailwindcss ui components.
## Development Setup
```
npm install
npm run build
npm run serve
```
## Technology
* [11ty](https://11ty.dev)
* [tailwindcss](https://tailwindcss.com)