https://github.com/gorilla-devs/website
Source code for https://gdlauncher.com
https://github.com/gorilla-devs/website
Last synced: about 1 year 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:29:24.000Z (over 2 years ago)
- Last Synced: 2025-02-23T17:46:42.131Z (over 1 year ago)
- Language: Astro
- Homepage: https://gdlauncher.com
- Size: 326 KB
- Stars: 1
- Watchers: 3
- 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.