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

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.

Awesome Lists containing this project

README

          

Laravel Logo

# 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.