https://github.com/danisec/obito
Obito landing page signup form use tailwindcss.
https://github.com/danisec/obito
obito tailwindcss
Last synced: 8 months ago
JSON representation
Obito landing page signup form use tailwindcss.
- Host: GitHub
- URL: https://github.com/danisec/obito
- Owner: danisec
- License: mit
- Created: 2025-03-07T00:17:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:25:37.000Z (over 1 year ago)
- Last Synced: 2025-03-07T00:28:25.652Z (over 1 year ago)
- Topics: obito, tailwindcss
- Language: HTML
- Homepage: https://obito-sigma.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Obito
Obito landing page signup form use tailwindcss.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Project Structure](#project-structure)
## Installation
Follow these steps to set up the project:
1. Clone the repository:
```bash
https://github.com/danisec/obito.git
cd obito
```
2. Install dependencies:
```bash
pnpm install
pnpm run build
```
3. Install [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension in Visual Studio Code.
## Usage
- Go Live with Live Server in Visual Studio Code.
- Access the application in your browser at `http://127.0.0.1:5500/public/index.html`.
## Project Structure
- **public/dist**: Contains the compiled files.
- **public/images**: Contains the images.
- **public/js**: Contains the JavaScript files.
- **src/css**: Contains the CSS files.