Frontend repository for cardgourmet.com.
This is a Next.js project bootstrapped with create-next-app.
Copy .env.example to .env and adjust accordingly. At least the following values should be provided:
CARDGOURMET_API_URL=https://api.cardgourmet.com
CARDGOURMET_API_USER=<basic-auth-username>
CARDGOURMET_API_PASSWORD=<basic-auth-password>
NEXT_PUBLIC_GOOGLE_CLIENT_ID=<google-client-id>
KRYPTA_TOKEN_SECRET=<jwt-secret>Run the development server:
npm install # or 'yarn install'
npm run dev # or 'yarn dev'Open http://localhost:3000 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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!