No description
Find a file
2026-09-04 20:43:24 +02:00
.vscode initial 2026-08-29 18:10:34 +02:00
messages initial 2026-08-29 18:10:34 +02:00
project.inlang initial 2026-08-29 18:10:34 +02:00
src [feat] Use user DTO + add Skeleton while loading 2026-09-04 20:43:24 +02:00
static initial 2026-08-29 18:10:34 +02:00
.gitignore initial 2026-08-29 18:10:34 +02:00
.npmrc initial 2026-08-29 18:10:34 +02:00
.prettierignore initial 2026-08-29 18:10:34 +02:00
AGENTS.md initial 2026-08-29 18:10:34 +02:00
bun.lock [impl] register and login flows. 2026-09-02 00:18:36 +02:00
components.json initial 2026-08-29 18:10:34 +02:00
eslint.config.js initial 2026-08-29 18:10:34 +02:00
genproto.sh protobuf 2026-08-30 12:19:46 +02:00
package.json [impl] register and login flows. 2026-09-02 00:18:36 +02:00
prettier.config.js initial 2026-08-29 18:10:34 +02:00
README.md initial 2026-08-29 18:10:34 +02:00
tsconfig.json initial 2026-08-29 18:10:34 +02:00
vite.config.ts [impl] register and login flows. 2026-09-02 00:18:36 +02:00

Navak Frontend

Developing

Once you've created a project and installed dependencies with bun install, start a development server:

bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

To deploy your app, you may need to install an adapter for your target environment.