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

https://github.com/premai-io/prem-website


https://github.com/premai-io/prem-website

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Prem AI website

## Getting Started

To run the development server:

```bash
npm install
npm run start
```

Open [http://localhost:5173/](http://localhost:5173/) with your browser to see the result.

## Features

- [Vitejs](https://vitejs.dev/) based static site generator;
- [Handlebarsjs](https://handlebarsjs.com/) as template engine, compiling to static HTML with multiple entry points;
- [Eslint](https://eslint.org/) + [Prettier](https://prettier.io/) + [Pre commit hooks](https://github.com/toplenboren/simple-git-hooks) for code formatting;
- [Tailwind](https://tailwindcss.com/) + simple css partials for styling;