Skip to content

tita658/website-testnet

This branch is 184 commits behind iron-fish/website-testnet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe8f132 · Feb 10, 2023
Jul 26, 2022
Feb 4, 2023
Feb 10, 2023
Dec 10, 2021
Jan 18, 2023
Dec 2, 2021
Aug 26, 2021
May 9, 2022
Feb 10, 2023
Oct 1, 2021
Jan 17, 2023
Jan 23, 2023
Oct 21, 2021
Feb 4, 2023
Aug 10, 2021
Aug 24, 2021
Oct 26, 2021
Jul 26, 2022
Aug 10, 2021
Oct 26, 2021
Jul 20, 2021
Jan 17, 2023
Oct 21, 2021
Jan 31, 2022
Jul 26, 2022
Jan 18, 2023
Feb 4, 2023
Jul 21, 2021
Dec 5, 2022
Oct 21, 2021
Feb 4, 2023

Repository files navigation

website-testnet

The website for the Iron Fish testnet. The rest of the Iron Fish website can be found in iron-fish/website.

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

Getting Started

Create an .env.local file. You can copy the existing template (cp .env.template .env.local)

NEXT_PUBLIC_API_URL=https://api-staging.ironfish.network
NEXT_PUBLIC_MAGIC_PUBLISHABLE_KEY=test
NEXT_PUBLIC_LOCAL_USER=true

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Scripts

  1. Add nps using either yarn global add nps or npm i nps -g
  2. Run nps for a list of scripts to run in the repo.

Commit Hooks

By default we run a precommit hook which runs nps care. If needed, you can avoid this hook by adding a --no-verify flag, e.g. git commit -m "cool" --no-verify

Alternate Port

Run npm run dev -- -p 4040 or yarn dev -p 4040 to run the server locally on a different port than 3000 (the default)

About

The Iron Fish testnet website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.1%
  • JavaScript 3.7%
  • CSS 2.2%