Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

AdsGames/assets.adsgames.net

Repository files navigation

assets.adsgames.net

Maintainability

This project has moved into the main AdsGames repository. You can find it here.

Scripts

# Install packages
yarn install

# Run the project
yarn start

# Build the project
yarn build

# Format project
yarn format

# Lint the project
yarn lint