An open API service indexing awesome lists of open source software.

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

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)