This is the official website for LazySlide, a Python framework for whole slide image (WSI) analysis, designed to integrate seamlessly with the scverse ecosystem.
- Next.js - React framework for static site generation
- Mantine UI - React components library
- TypeScript - Typed JavaScript
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/lazyslide-website.git cd lazyslide-website -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 in your browser to see the website.
To build the website for production:
npm run build
# or
yarn buildThis will generate a static export in the out directory that can be deployed to any static hosting service.
The static site can be deployed to various platforms:
- GitHub Pages
- Netlify
- Vercel
- Any static file hosting service
- Push the repository to GitHub
- Set up GitHub Pages to serve from the
outdirectory - Configure your custom domain if needed
- Primary color:
#C68FE6 - Secondary color:
#7E698E
These colors are defined in the theme configuration in src/pages/_app.tsx.
This project is licensed under the MIT License - see the LICENSE file for details.