The Official Website for Epicentral Labs
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devBefore opening a PR, please be sure to run either:
npm run build
# or
yarn build
# or
pnpm build
# or
bun buildOpen http://localhost:3000 with your browser to see the result.