Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

navikt/nada-frontend

Repository files navigation

NOTE: Moved to https://github.com/navikt/nada-markedsplassen

Prerequisites:

Install Node18 or later

Install dependencies:

npm install

Optionally add binaries for local node_modules in path:

export PATH=./node_modules/.bin:$PATH

Development:

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Updating schema:

Fetch the latest version of the schema from the backend Then run

npx openapi-typescript ../nada-backend/spec-v1.0.yaml --output lib/schema/schema.ts
npm run format-schema

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages