Skip to content

VariAmity/VariAmitySite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VariAmity Website

The official website for VariAmity - showcasing cloud-agnostic open source software.

Prerequisites

Getting Started

Install Dependencies

yarn install

Development

Start the local development server with hot reload:

yarn dev

The site will be available at http://localhost:5173/site/

Build for Production

Create a production-ready build:

yarn build

The built files will be output to the dist/ directory.

Preview Production Build

Preview the production build locally:

yarn preview

Deployment

This site is configured to deploy automatically to GitHub Pages using GitHub Actions.

Automatic Deployment

Push to the main branch and the site will be automatically built and deployed via the workflow in .github/workflows/deploy.yml.

Adding New Projects

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors