Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulogdm/web
https://github.com/paulogdm/web
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulogdm/web
- Owner: paulogdm
- License: mit
- Created: 2020-11-09T15:08:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T00:08:20.000Z (about 4 years ago)
- Last Synced: 2024-10-04T13:42:22.373Z (3 months ago)
- Homepage: web-omega-seven.vercel.app
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```