Skip to content

ngseke/gomoku-next

Repository files navigation

Gomoku Next

Development

Create a .env file from the example file:

cp .env.example .env
  • NEXT_PUBLIC_FIREBASE_CONFIG: You can obtain the config from the Firebase Console under Settings -> General. Convert it to a JSON string like {"apiKey":"","authDomain":"","projectId":"","storageBucket":"","messagingSenderId":"","appId":"","databaseURL":""}
  • GOOGLE_APPLICATION_CREDENTIALS: Run the development server: Go to Firebase Console under Settings -> Cloud Messaging -> Manage Service Accounts. In Cloud Console, IAM & Admin -> Service Accounts -> Keys -> Add Keys
pnpm i
pnpm run dev

About

A gomoku game built with Next.js & Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published