This is a Next.js project that serves as a boilerplate for applications using EVVM.
- Clone the repository:
git clone https://github.com/evvm/boilerplate.git
- Install dependencies:
cd boilerplate npm install - Set up your environment variables:
Rename
.env.exampleto.envand add your project-specific variables. - Run the development server:
Open http://localhost:3000 with your browser to see the result.
npm run dev