Skip to content

AguadulceHQ/solana-deep-dive

Repository files navigation

This is a Next.js project bootstrapped with create-next-app with Chakra UI and TypeScript

Pre-requisites

  1. Node.js or nvm installed.
  2. yarn installed.

Getting Started

  1. After cloning the repo, install dependencies:
yarn install
  1. Run the development server:
yarn dev
  1. Visit http://localhost:3000 to see the application running.

Tests

  1. Build production:
yarn build
  1. Run the production build:
yarn start
  1. Open another terminal (keeping production running). Run tests as follows:
yarn test:e2e

Credits