Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhasnur/inspireme
https://github.com/fhasnur/inspireme
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fhasnur/inspireme
- Owner: fhasnur
- Created: 2024-07-05T15:41:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:32:09.000Z (5 months ago)
- Last Synced: 2024-08-02T00:11:57.737Z (5 months ago)
- Language: TypeScript
- Homepage: https://inspireme-web.vercel.app
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 pnpm2. **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.