Bbuddy ui
Go to file
SD 5303bb895d fix: fix ssr window 2024-06-22 20:03:56 +04:00
.idea initial 2023-12-22 01:22:13 +04:00
_nginx nginx conf 2024-01-11 00:15:38 +01:00
messages feat: add app localization 2024-04-04 02:18:18 +04:00
public feat: add sessions actions 2024-05-28 01:44:50 +04:00
src fix: fix ssr window 2024-06-22 20:03:56 +04:00
.eslintrc.json fix linter 2023-12-29 19:31:00 +04:00
.gitignore feat: add auth modal 2024-01-17 18:41:46 +04:00
Dockerfile . 2024-01-11 02:13:21 +01:00
Jenkinsfile . 2024-01-11 01:42:47 +01:00
README.md initial 2023-12-22 01:22:13 +04:00
next.config.js fix: fix filter 2024-03-28 01:06:03 +04:00
package-lock.json feat: add agora session 2024-06-21 19:25:31 +04:00
package.json feat: add agora session 2024-06-21 19:25:31 +04:00
publish.sh feed Dockerfile 2024-01-02 19:51:59 +01:00
tsconfig.json fix: fix dayjs 2024-03-27 19:16:03 +04:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Node local version 20.10.0

Npm local version 10.2.3