https://github.com/premai-io/prem-website
https://github.com/premai-io/prem-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/premai-io/prem-website
- Owner: premAI-io
- Created: 2024-02-05T15:54:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:55:19.000Z (over 1 year ago)
- Last Synced: 2025-01-11T06:42:53.979Z (over 1 year ago)
- Language: HTML
- Size: 10.4 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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;