Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulogdm/web


https://github.com/paulogdm/web

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## 🎡 XStore's Website
XStore's website

### 🥽 Development
1. Fork the repo
2. Clone the repository:
```
git clone https://github.com/X-Store-App/web.git
```

Install dependencies:
```
npm install
```

Run locally:
```
npm run dev:tasks
npm run dev
```

Building:
```
npm run build
```