DigiChanges / next-experience

https://next-experience.vercel.app
1 stars 0 forks source link

Next Experience

Getting Started

First, create a file .env.local and copy the content from .env.example.

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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