Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johannschopplich/realtroll.de
🎮 Website für den Spieleentwickler real Troll
https://github.com/johannschopplich/realtroll.de
kirby kirby-cms portfolio portfolio-website
Last synced: 2 months ago
JSON representation
🎮 Website für den Spieleentwickler real Troll
- Host: GitHub
- URL: https://github.com/johannschopplich/realtroll.de
- Owner: johannschopplich
- License: mit
- Created: 2020-11-21T11:53:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T16:22:34.000Z (3 months ago)
- Last Synced: 2024-10-15T01:22:03.855Z (3 months ago)
- Topics: kirby, kirby-cms, portfolio, portfolio-website
- Language: CSS
- Homepage: https://realtroll.de
- Size: 93.4 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realtroll.de
> [!NOTE]
> Forked from [kirby-vite-unocss-kit](https://github.com/johannschopplich/kirby-vite-unocss-kit#readme). Head over to its repository to find out more about it.A powerful and performant integration of [Vite](https://vitejs.dev), [UnoCSS](https://github.com/antfu/unocss) and [Kirby](https://getkirby.com). This project seeks to provide a best practice that combines these three solutions while focusing on the developer experience.
## Installation
1. Duplicate the [`.env.development.example`](./.env.development.example) as `.env`:
```bash
cp .env.development.example .env
```1. Install the required npm dependencies:
```bash
pnpm install
```1. Install the required Composer dependencies:
```bash
composer install
```## Usage
### Development
1. Start the Vite development server and watch for file changes accordingly:
```bash
pnpm run dev
```1. Run the PHP built-in web server or use a development web server of your choice (like Laravel Valet).
```bash
composer start
```### Production
Build the frontend assets:
```bash
pnpm run build
```### Deployment
> [!NOTE]
> See [deploy.ploi.sh](./scripts/deploy.ploi.sh) for deployment instructions.## License
[MIT](./LICENSE) License © 2021-PRESENT [Johann Schopplich](https://github.com/johannschopplich)