https://github.com/saurabhkumardev/creatwise
Temp repo
https://github.com/saurabhkumardev/creatwise
Last synced: about 1 year ago
JSON representation
Temp repo
- Host: GitHub
- URL: https://github.com/saurabhkumardev/creatwise
- Owner: SaurabhKumarDev
- Created: 2024-12-10T19:22:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:31:48.000Z (over 1 year ago)
- Last Synced: 2025-02-05T09:34:25.135Z (over 1 year ago)
- Language: HTML
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.