This is a simple React + Vite project that displays a logo on a black background (#020101). The project is set up to be easily deployed to GitHub Pages.
# Install dependencies
npm install# Run the development server
npm run devThis will start a local development server, usually at http://localhost:5173/
# Build the project
npm run build# Deploy to GitHub Pages
npm run deployThis will build the project and deploy it to GitHub Pages.
- This project is built with Vite and React
- GitHub Pages deployment is configured with the
gh-pagespackage - The base URL is set to
/manasa-website/for GitHub Pages compatibility - Background color is set to #020101 (near black)
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.