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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This application uses Github Actions to test and deploy the code.