Official website for the GenoBit bioinformatics student group.
- Modern UI: Built with React, TailwindCSS, and shadcn/ui.
- Backend: Powered by Convex.
- Components:
- Team Directory ("Conoce al equipo")
- Past Administrations ("Gestiones pasadas")
- Events Calendar ("Eventos")
- Research Repository ("Investigaciones")
- Bun (Runtime)
-
Install Dependencies
bun install
-
Setup Convex If this is your first time:
bun convex dev
This will prompt you to log in to Convex and configure the project.
-
Run Development Server
bun run dev
The site will be available at
http://localhost:3000.
convex/: Backend functions and schema.src/components/: Reusable UI components.src/routes/: Pages and routing configuration.src/styles.css: Global styles and theme variables.
Build the project for production:
bun run buildPreview the build:
bun run preview