Skip to content

haypho/smite

Repository files navigation

Smite Website

CI/CD Commitizen friendly

Getting Started

This application uses environment files to access your Smite API credentials. To get started, create a development file called .env.development.local. This file should NOT be committed to the repository. See the expected format below:

SMITE_DEVELOPER_ID=XXX
SMITE_AUTH_KEY=XXX

You may now start the development server

npm run dev

Open http://localhost:3000/smite with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy

This application uses Github Actions to test and deploy the code.

Releases

No releases published

Packages

No packages published

Languages