Tidak Ada Deskripsi

0es fe7b871f45 Refactor chat user signature handling and remove unused API 2 bulan lalu
.cursor 4ff90b5ee1 Add Sentry integration to Nuxt configuration and update .gitignore 3 bulan lalu
.vscode dce5ec98ff Add ESLint support and Google Sign-In integration 4 bulan lalu
app fe7b871f45 Refactor chat user signature handling and remove unused API 2 bulan lalu
i18n fdba25cace Implement internationalization for chat components 3 bulan lalu
public feb473b91c Refactor image handling in components to use NuxtImg and improve avatar loading 4 bulan lalu
scripts 62a844d1a4 Add CDN URL environment variable and new production build script 3 bulan lalu
server fe7b871f45 Refactor chat user signature handling and remove unused API 2 bulan lalu
.gitignore e9c3a5789c Refactor Sentry configuration and clean up .gitignore 3 bulan lalu
README.md 7666f3cad5 Init 4 bulan lalu
ecosystem.config.cjs 62a844d1a4 Add CDN URL environment variable and new production build script 3 bulan lalu
eslint.config.mjs dce5ec98ff Add ESLint support and Google Sign-In integration 4 bulan lalu
nuxt.config.ts fe7b871f45 Refactor chat user signature handling and remove unused API 2 bulan lalu
package.json 5ed0dc5b7f Update chat SDK integration and enhance IM component styling 3 bulan lalu
sentry.client.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore 3 bulan lalu
sentry.server.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore 3 bulan lalu
tsconfig.json 7666f3cad5 Init 4 bulan lalu
vite-env.d.ts 1c0b0f889b Update Nuxt configuration and styles: change CSS path in nuxt.config.ts, enhance SVG loader configuration, and add SCSS support. Update main.css to include Poppins font and theme variables. Refactor index.vue to improve layout and integrate new components. 4 bulan lalu
yarn.lock 5ed0dc5b7f Update chat SDK integration and enhance IM component styling 3 bulan lalu

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.