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
- Host: GitHub
- URL: https://github.com/gabsedits/aeolus
- Owner: GabsEdits
- Created: 2023-11-01T08:46:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T14:54:41.000Z (about 2 years ago)
- Last Synced: 2024-03-27T16:12:09.131Z (about 2 years ago)
- Language: CSS
- Homepage: http://gabs.eu.org/aeolus/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```