Skip to content

brillout/restack

Repository files navigation

Restack is a demo showcasing a React framework built using vite-plugin-ssr.

It uses VPS's V1 design.

To run the example:

  • Clone the repo: git clone [email protected]:brillout/restack
  • Install dependencies: cd restack/ && pnpm install
  • Build Restack: pnpm run build
  • Run the example: cd examples/basic/ && pnpm run dev

Same as single line (copy-paste me):

git clone [email protected]:brillout/restack && cd restack/ && pnpm install && pnpm run build && cd examples/basic/ && pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published