Skip to content

asynkron/AlvaLinus

Repository files navigation

AlvaLinus

AlvaLinus is a static React, TypeScript, Vite, and Shadcn-style website foundation. It has no backend runtime, API server, database, authentication, or serverless functions. The production output is static assets in dist/.

Commands

Install dependencies:

npm install

Start the development server:

npm run dev

Build deployable static assets:

npm run build

Run tests:

npm test

Run the repository quality target:

make quality

Project Structure

  • src/pages/ contains page-level React components.
  • src/components/ contains reusable components, including Shadcn-compatible UI primitives in src/components/ui/.
  • src/data/ contains typed static content used by the first page.
  • src/types/ contains shared TypeScript contracts.

Static Deployment

Publish the generated dist/ directory to any static hosting platform. The app does not require a Node.js process after npm run build.

About

AlvaLinus hemsida

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors