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

https://github.com/saurabhkumardev/creatwise

Temp repo
https://github.com/saurabhkumardev/creatwise

Last synced: about 1 year ago
JSON representation

Temp repo

Awesome Lists containing this project

README

          

# Creatwise - frontend

A brief description of your project goes here.

## Getting Started

Follow these instructions to set up the project on your local machine.

### Prerequisites

Make sure you have [Node.js](https://nodejs.org/) installed on your machine.

### Clone the Repository

First, clone this repository to your desktop:

```bash
git clone https://www.github.com/saurabhkumardev/creatwise.git
```

### Navigate to the Project Directory

Change into the project directory:

```bash
cd creatwise
```

### Install Dependencies

Open your terminal in that folder and run the following command to install the necessary dependencies:

```bash
npm install
```

### Build the Project

After the installation is complete, run the following command to build the project and execute Tailwind CSS:

```bash
npm run build
```

### Open the Project

Once the build process is complete, navigate to src/index.html and open that page in your web browser.

### Responsive Design
This page is also responsive, ensuring a great user experience on various devices.