This is a Next.js project bootstrapped with create-next-app
.
- Clone repo
git clone git@github.com:iron-fish/website.git
- Install dependencies
yarn install
- Start the development server
yarn dev
- Open http://localhost:3000 with your browser to see the site
To set up local environment variables, rename the .env.local.example
file to .env.local
and fill in the necessary values.
If you are adding new environment variables, make sure to add them to the .env.local.example
file as well. If you are adding sensitive information, just make the value in the example file an empty string.
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.