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
- Host: GitHub
- URL: https://github.com/playliga/website
- Owner: playliga
- License: gpl-3.0
- Created: 2021-11-29T23:51:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-22T21:13:15.000Z (10 months ago)
- Last Synced: 2025-11-22T14:43:10.776Z (7 months ago)
- Topics: cs16, cs2, csgo, cssource, czero, esports, simulator
- Language: TypeScript
- Homepage: https://playliga.gg/
- Size: 82.3 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```