Skip to content

EVVM-org/boilerplate

Repository files navigation

EVVM Boilerplate

This is a Next.js project that serves as a boilerplate for applications using EVVM.

Quickstart

  1. Clone the repository:
    git clone https://github.com/evvm/boilerplate.git
  2. Install dependencies:
    cd boilerplate
    npm install
  3. Set up your environment variables: Rename .env.example to .env and add your project-specific variables.
  4. Run the development server:
    npm run dev
    Open http://localhost:3000 with your browser to see the result.

Resources

About

Next.js project that serves as a boilerplate for applications using EVVM.

Resources

Stars

Watchers

Forks