This is a Blockademy Website
project
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
{
"scripts": {
"build": "next build",
"start": "next start"
}
}
Then, run yarn build
to build your application. Finally, run yarn start
to start the Node.js server. This server supports all features of Next.js.