6
0
Fork
You've already forked ecer.eraa.at
0
  • Astro 96%
  • TypeScript 2.7%
  • JavaScript 1.2%
Tobero d810356191
All checks were successful
Publish to staging.ecer.eraa.at / Publish to staging.ecer.eraa.at (push) Successful in 2m59s
Publish to ecer.eraa.at / Publish to ecer.eraa.at and www.ecer.eraa.at (push) Successful in 2m51s
Merge pull request 'Added flickr gallerie' ( #1 ) from flickr-gallery-2026 into main
Reviewed-on: #1 
2026年07月03日 11:19:43 +02:00
.forgejo add deployment for WWW subdomain 2026年07月03日 10:52:36 +02:00
.husky refactor code for improved readability and consistency; add Prettier configuration 2026年05月03日 21:03:34 +02:00
.vs refactor code for improved readability and consistency; add Prettier configuration 2026年05月03日 21:03:34 +02:00
.vscode Initial commit: copy pria.at without images and blog content 2024年11月13日 18:30:41 +01:00
public replace contact page; fix email addresses 2026年05月03日 21:31:22 +02:00
src Added flickr gallerie 2026年07月03日 10:56:33 +02:00
www-dist add deployment for WWW subdomain 2026年07月03日 10:52:36 +02:00
.gitignore refactor archive layout and update navbar title 2026年05月03日 21:03:31 +02:00
.npmrc Initial commit: copy pria.at without images and blog content 2024年11月13日 18:30:41 +01:00
.prettierignore refactor code for improved readability and consistency; add Prettier configuration 2026年05月03日 21:03:34 +02:00
.prettierrc.mjs refactor code for improved readability and consistency; add Prettier configuration 2026年05月03日 21:03:34 +02:00
astro.config.mjs change site metadata to refer to ERAA 2026年05月03日 21:19:57 +02:00
aufm handy local meow.txt Ecer website roar 2026年05月03日 20:56:24 +02:00
LICENSE Initial commit: copy pria.at without images and blog content 2024年11月13日 18:30:41 +01:00
package-lock.json npm i 2026年05月03日 21:03:51 +02:00
package.json refactor code for improved readability and consistency; add Prettier configuration 2026年05月03日 21:03:34 +02:00
README.md change site metadata to refer to ERAA 2026年05月03日 21:19:57 +02:00
tailwind.config.ts Upgraded to tailwind 4 2026年05月03日 21:03:34 +02:00
tsconfig.json Initial commit: copy pria.at without images and blog content 2024年11月13日 18:30:41 +01:00

ECER Website

About

This website is built with Astro and uses the Astroship template. It provides information about the ECER conference, including call for papers, registration, and program details.

Getting Started

To get a local copy up and running, follow these simple steps.

Installation

  1. Clone the repo
    git clone ssh://git@codeberg.org/eraa/ecer.eraa.at.git
    
  2. Install packages
    npm install
    
  3. Start the development server
    npm dev