The official website for VariAmity - showcasing cloud-agnostic open source software.
yarn installStart the local development server with hot reload:
yarn devThe site will be available at http://localhost:5173/site/
Create a production-ready build:
yarn buildThe built files will be output to the dist/ directory.
Preview the production build locally:
yarn previewThis site is configured to deploy automatically to GitHub Pages using GitHub Actions.
Push to the main branch and the site will be automatically built and deployed via the workflow in .github/workflows/deploy.yml.
To add a new project to the Projects section, edit index.html and add a new <article class="project-card"> element in the .projects-grid container. Use the VariObjectStorage card as a template.