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

https://github.com/gouae/golang.ae

The official website of the GoUAE Community.
https://github.com/gouae/golang.ae

go gouae made-in-uae

Last synced: 4 months ago
JSON representation

The official website of the GoUAE Community.

Awesome Lists containing this project

README

          

# GoUAE/golang.ae:
[![Go Report](https://goreportcard.com/badge/github.com/gouae/golang.ae)](https://goreportcard.com/report/gouae/golang.ae) [![Coders(HQ) Discord](https://img.shields.io/badge/Discord-%23golang-blue.svg)](https://golang.ae/discord)

The official website of the GoUAE Community deployed at [golang.ae](https://golang.ae)

## Quickstart
> [!NOTE]
> Make sure you have [go](https://go.dev) [installed](https://go.dev/dl/).

1. Clone the repository
```sh
git clone https://github.com/GoUAE/golang.ae
cd golang.ae
```

2. Install the dependencies
```sh
go mod download
```

3. Run the project
```sh
go run
```

## Maintainers
- [Gaurav-Gosain](https://github.com/gaurav-gosain)

## LICENSE
This project is licensed under the [MIT License](LICENSE).