Skip to content

RAGEN-AI/ragen-ai.github.io

Repository files navigation

ragen-ai.github.io

Main GitHub Pages site for https://ragen-ai.github.io/.

Local Development

npm install
npm run dev

V2 Subsite

/v2/ is served from static files under public/v2/.

To refresh the v2 subsite from ../RV-Filter-Website:

cd ../RV-Filter-Website
SITE_URL="https://ragen-ai.github.io" SITE_BASE="/v2/" npm run build

cd ../ragen-ai.github.io
mkdir -p public/v2
cp -R ../RV-Filter-Website/dist/. public/v2/

After syncing, rebuild the main site:

npm run build

Homepage Entry

The main homepage includes a top hero news banner:

  • News: We released RAGEN v2

That banner links to /v2/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors