Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorilla-devs/website
Source code for https://gdlauncher.com
https://github.com/gorilla-devs/website
Last synced: 3 days ago
JSON representation
Source code for https://gdlauncher.com
- Host: GitHub
- URL: https://github.com/gorilla-devs/website
- Owner: gorilla-devs
- License: gpl-3.0
- Created: 2023-04-17T19:12:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:29:24.000Z (about 1 year ago)
- Last Synced: 2023-10-05T01:39:32.858Z (about 1 year ago)
- Language: Astro
- Homepage: https://gdlauncher.com
- Size: 326 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GDLauncher website
source code for [https://gdlauncher.com](https://gdlauncher.com)## Local development
#### Clone this repository
```
$ git clone https://github.com/gorilla-devs/website
```
#### Install dependencies
```
$ npm install
```
#### Start the project in development
```
$ npm run dev-web
```#### Build the project
```
$ npm run build-web
```## Contributions
Feel free to contribute to the project by opening PRs or reporting bugs/issues.