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

https://github.com/amitdeka/brandheft-website-final

Herokuapp Live Demo -
https://github.com/amitdeka/brandheft-website-final

Last synced: over 1 year ago
JSON representation

Herokuapp Live Demo -

Awesome Lists containing this project

README

          

# BrandHeft Landing Website

Installation of NodeJS

Visit [NodeJS](https://nodejs.org/en/)

To Verify Installation

Open Powershell as Admin and Type

```bash
node --v
```
```bash
npm --v
```
Will show 2 version number on the powershell.

## Run Locally

### Clone the project

```bash
git clone https://github.com/AmitDeka/brandheft-website-final
```

### Go to the project directory

```bash
cd brandheft-website-final
```

### Install dependencies

```bash
npm install
```

#### Build Tailwind CSS Locally ( optional )

```bash
npm run build
```

### Start the server

```bash
npm run start
```

# And Then Copy Paste The Server Address

## Badges

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)