An open API service indexing awesome lists of open source software.

https://github.com/stakekit/fireblocks-dapp


https://github.com/stakekit/fireblocks-dapp

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

**This** is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

### Installation

Use correct node version

```bash
nvm use
```

Install dependencies

```bash
npm install
# or
yarn install
# or
pnpm install
```

### Run development app

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Run production app

Create production build

```bash
npm run build
# or
yarn build
# or
pnpm build
```

Start the app

```bash
npm run start
# or
yarn start
# or
pnpm start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.