Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fhasnur/inspireme


https://github.com/fhasnur/inspireme

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# inspireme

**inspireme** is a web for displaying posts. The application allows users to view the latest posts, open each post's details, and see related comments. Additionally, the app provides pagination for navigating between post pages.

## Live Demo

Check out the web version of **inspireme** here: [inspireme](https://inspireme-web.vercel.app/)

## How to Run Locally
1. **Install pnpm**:
Ensure you have `pnpm` installed globally. If not, install it using:
```bash
npm install -g pnpm

2. **Clone the Repository**:
```
git clone https://github.com/your/repository.git
```

3. **Navigate to Project Directory**:
```
cd inspireme
```

6. **Install Dependencies**:
Use pnpm to install all project dependencies:
```
pnpm install
```

7. **Run the Application:**:
Once installation is complete, run the application with:
```
pnpm dev
```
The web will run at http://localhost:3000.