- Nunjucks 66.1%
- JavaScript 28.4%
- CSS 5.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .editorconfig | ||
| .gitignore | ||
| biome.json | ||
| eleventy.config.js | ||
| git-town.toml | ||
| LICENSE | ||
| mise.development.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
🌶️ Gilda con Arne
This is the website for Gilda con Arne, a political podcast featuring Gilda Sahebi and Arne Semsrott.
Install prerequisites
The development environment uses mise-en-place, a tool that manages languages, environment variables and project-specific tasks in a reproducible way.
Please visit the website to install the software on your system.
Once installation is complete, create a file called .miserc.toml in the project's root directory.
Set a variable called MISE_ENV in this file to ensure the correct configuration is loaded.
# .miserc.toml
env = ["development"]
Make sure that all the prerequisites have been installed correctly.
mise install
Install dependencies
Install the project dependencies:
mise run setup
Use the development server
mise run serve
Open http://localhost:8080 in your browser.
Build for production
mise run build
You will find the build output in the ./_site folder.
Debug the project
Build the project in debug mode:
mise run debug
Serve the project in debug mode:
mise run debug-serve
Analyze the build performance
mise run benchmark