git clone https://github.com/myonaingwinn/AIHub-Connect.git
cp .env.local.example .env.local
Visit https://console.cloud.google.com/ and setup your configuration there. Once configured, set it to .env.local file.
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint