https://github.com/callmedeci/masa
Marsa is a sleek and modern start page, blending a minimalist design with the Catppuccin Mocha palette
https://github.com/callmedeci/masa
catpuccin-theme react tailwindcss vite
Last synced: about 2 months ago
JSON representation
Marsa is a sleek and modern start page, blending a minimalist design with the Catppuccin Mocha palette
- Host: GitHub
- URL: https://github.com/callmedeci/masa
- Owner: callmedeci
- Created: 2024-11-14T18:54:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T12:45:37.000Z (3 months ago)
- Last Synced: 2025-03-15T13:33:38.836Z (3 months ago)
- Topics: catpuccin-theme, react, tailwindcss, vite
- Language: JavaScript
- Homepage: https://masa-beta.vercel.app
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Masa
Masa is a sleek and modern start page, blending a minimalist design with the Catppuccin Mocha palette.
## Features
- **Minimalist UI**: A clean and distraction-free interface.
- **Theme Integration**: Styled with the Catppuccin Mocha color palette.
- **Fast & Lightweight**: Built with React and Vite for optimal performance.
- **Customizable**: Easily adaptable to your preferences.## Technologies Used
- **Frontend**: React, Vite
- **Styling**: TailwindCSS, Catppuccin Tailwind Plugin
- **Linting & Code Quality**: ESLint## Installation
1. Clone the repository:
```sh
git clone https://github.com/callmedeci/masa.git
cd masa
```2. Install dependencies:
```sh
npm install
```3. Start the development server:
```sh
npm run dev
```4. Build for production:
```sh
npm run build
```## Contributing
Pull requests and feature suggestions are welcome. Open an issue to discuss proposed changes.