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

https://github.com/gabsedits/aeolus

Aeolus' Website Source Code
https://github.com/gabsedits/aeolus

Last synced: 11 months ago
JSON representation

Aeolus' Website Source Code

Awesome Lists containing this project

README

          




---

Website source

Build with Vite & TypeScript

# Project Overview
## Development
This website has been developed using Vite & TypeScript. The Framework's structure follows the Semantic HTML Convention and an Component-Based Architecture. If you want to contribute to it and clone it to your local mashine, then just run the following:

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for the Stable Production
The Website gets compile and Minified using GitHub Actions, or you can manually build it by run the following:

```sh
npm run build
```