Files
opnform-host-nginx/client
Favour Olayinka cfac87ff73 fix: dark mode issues on form preview (#301)
* fix: dark mode issues on form preview

* Fix darkmode issues

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2024-02-01 14:37:20 +01:00
..
2023-12-16 19:21:03 +01:00
2023-12-09 17:02:23 +01:00
2024-01-29 12:57:40 +01:00
2024-01-29 11:42:24 +01:00
2024-02-01 13:14:30 +01:00
2024-01-18 11:37:04 +01:00
2023-12-09 15:47:03 +01:00
2024-01-16 11:46:03 +01:00
2024-01-30 12:32:33 +01:00
2024-01-28 19:53:49 +01:00
2024-01-12 15:59:01 +01:00
2024-01-18 11:37:04 +01:00
2024-01-22 11:37:18 +01:00
2023-12-09 15:47:03 +01:00
2024-01-17 19:32:17 +01:00
2024-01-15 13:00:18 +01:00
2023-12-09 15:47:03 +01:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.