An open API service indexing awesome lists of open source software.

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

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.