Bbuddy ui
Go to file
Witalij Poljatchek 725edc0a24 conf docker 2024-01-09 18:28:15 +01:00
.idea initial 2023-12-22 01:22:13 +04:00
messages feat: add account pages, add static export 2024-01-03 17:56:57 +04:00
public feat: add main page 2023-12-29 01:14:28 +04:00
src feat: add account pages, add static export 2024-01-03 17:56:57 +04:00
.eslintrc.json fix linter 2023-12-29 19:31:00 +04:00
.gitignore feat: add account pages, add static export 2024-01-03 17:56:57 +04:00
Dockerfile conf docker 2024-01-09 18:28:15 +01:00
Dockerfile copy conf docker jenkins 2024-01-09 17:16:07 +01:00
Dockerfile copy 2 conf docker jenkins 2024-01-09 17:16:07 +01:00
Dockerfile.1 conf docker 2024-01-09 18:28:15 +01:00
Dockerfile.test conf docker jenkins 2024-01-09 17:16:07 +01:00
Jenkinsfile rm sleep 2024-01-05 21:26:28 +01:00
README.md initial 2023-12-22 01:22:13 +04:00
next.config.js feat: add account pages, add static export 2024-01-03 17:56:57 +04:00
package-lock.json fix linter 2023-12-29 19:31:00 +04:00
package.json fix linter 2023-12-29 19:31:00 +04:00
publish.sh feed Dockerfile 2024-01-02 19:51:59 +01:00
tsconfig.json feat: add account pages, add static export 2024-01-03 17:56:57 +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