Skip to content

Simrayz/hackathon-solid

Repository files navigation

Hackathon with SolidStart

This project is implemented with SolidJS, powered by solid-start

The scope of the project is currently unknown, but the following technologies are to be used:

  • Auth.JS for session based authentication
  • TailwindCSS for inline css styling
  • Vitest for unit tests
  • Zod for environment and schema validation
  • (Maybe) Kobalte component library for SolidJS

Developing

Install dependencies with pnpm install, and start the development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

Solid apps are built with adapters, which optimise your project for deployment to different environments.

By default, pnpm run build will generate a Node app that you can run with pnpm start. To use a different adapter, add it to the devDependencies in package.json and specify in your vite.config.js.

Resources

About

hackathon-solid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors