Skip to content

Manasa-Labs/manasa-website

Repository files navigation

Simple React + Vite Logo Display

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.

Getting Started

Installation

# Install dependencies
npm install

Development

# Run the development server
npm run dev

This will start a local development server, usually at http://localhost:5173/

Building for Production

# Build the project
npm run build

Deploying to GitHub Pages

# Deploy to GitHub Pages
npm run deploy

This will build the project and deploy it to GitHub Pages.

Project Setup Notes

  • This project is built with Vite and React
  • GitHub Pages deployment is configured with the gh-pages package
  • The base URL is set to /manasa-website/ for GitHub Pages compatibility
  • Background color is set to #020101 (near black)

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors