Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.