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

https://github.com/playliga/website

Marketing website for LIGA Esports Manager
https://github.com/playliga/website

cs16 cs2 csgo cssource czero esports simulator

Last synced: 5 months ago
JSON representation

Marketing website for LIGA Esports Manager

Awesome Lists containing this project

README

          







Marketing website for LIGA Esports Manager.


# APIs and Technologies

- [GitHub GraphQL API](https://docs.github.com/en/graphql)
- [GraphQL Code Generator](https://the-guild.dev/graphql/codegen)
- [Daisy UI](https://daisyui.com/)

# Getting Started

> [!IMPORTANT]
> A [Github Access Token](https://github.com/settings/tokens) is required.

```bash
# set github access token
echo -n "" >> .env.local

# run the app
npm install
npm run dev -- --host --open
```