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

https://github.com/devsubid/weframe


https://github.com/devsubid/weframe

nextjs13 tailwindcss typescript

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Weframe](https://subid-das-weframe.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/Weframe/main/preview.webp)
![](https://img.shields.io/github/languages/top/itsme-Subid/Weframe?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Weframe?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Weframe?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Weframe?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Weframe?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Weframe?style=for-the-badge)

Welcome to the Weframe repository! Weframe is a visually stunning website built using Next.js, TypeScript and Tailwind CSS. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/Weframe).

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/Weframe.git
```

### Running the Project

To run the project, you will need to have Node.js and pnpm or yarn or npm installed on your machine. Once you have those, you can use the following commands:

```bash
cd Weframe
pnpm install
pnpm run dev
```

or, if you are using yarn:

```bash
cd Weframe
yarn
yarn run dev
```

or, if you are using npm:

```bash
cd Weframe
npm install
npm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.