This is a Next.js project bootstrapped with create-next-app
.
First, install VSCode and the Prettier and ESLint extensions.
Then, install Yarn and Node.js.
Clone this repository and open it in VSCode.
Then install the dependencies:
yarn install
Then, create a .env.local
file in the root directory and add all of the environment variables listed in .env.example
. You can get the values for these variables from the SSI team.
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.tsx
. The page auto-updates as you edit the file.
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!
Simply push your changes to the main
branch and Vercel will automatically deploy the site.