/website

The Iron Fish website and documentation.

Primary LanguageMDX

This is a Next.js project bootstrapped with create-next-app.

Quick Start

  1. Clone repo
  • git clone git@github.com:iron-fish/website.git
  1. Install dependencies
  • yarn install
  1. Start the development server
  • yarn dev
  1. Open http://localhost:3000 with your browser to see the site

Environment Variables

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.

About Next.js

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