docs/src/frontend/apps/impress
Anthony LC ff176d67ae
🚨(frontend) add default favicon.ico
We had a warning in the console about a
missing favicon.ico. This commit adds a default
one to prevent that warning.
2026-04-14 15:47:26 +02:00
..
conf 🐛(nginx) add page reconciliation on nginx 2026-03-31 16:14:30 +02:00
public 🚨(frontend) add default favicon.ico 2026-04-14 15:47:26 +02:00
scripts ♻️(frontend) adapt emoji copying to turbopack build 2026-03-12 14:34:23 +01:00
src 🚸(frontend) redirect on current url tab after 401 2026-04-14 14:48:15 +02:00
.env 🚩(frontend) version MIT only 2025-05-12 12:00:59 +02:00
.env.development 🚩(frontend) version MIT only 2025-05-12 12:00:59 +02:00
.env.test ♻️(docs-app) Switch from Jest tests to Vitest 2025-08-28 11:11:29 +02:00
.gitignore ⬆️(frontend) upgrade Next.js to v16 2026-03-12 14:34:23 +01:00
.prettierignore ♻️(frontend) Marianne single source of truth 2025-10-06 18:54:20 +02:00
.stylelintignore 🙈(frontend) ignore public/assets/fonts with stylelint 2025-10-09 16:23:52 +02:00
cunningham.ts ️(frontend) improve bundle size 2026-03-12 14:34:23 +01:00
eslint.config.mjs (frontend) use eslint instead of next lint 2026-03-12 14:34:23 +01:00
next.config.js ️(frontend) improve bundle size 2026-03-12 14:34:23 +01:00
package.json ⬆️(dependencies) update next to v16.2.3 [SECURITY] 2026-04-11 01:12:58 +00:00
README.md 🚀(app-impress) create the base app impress 2024-04-02 16:39:17 +02:00
stylelint.config.js 🙈(frontend) ignore public/assets/fonts with stylelint 2025-10-09 16:23:52 +02:00
tsconfig.json ⬆️(frontend) upgrade Next.js to v16 2026-03-12 14:34:23 +01:00
vitest.config.ts (frontend) fix vitest tests 2026-03-24 16:48:40 +01:00
vitest.setup.ts (backend) manage reconciliation requests for user accounts (#1878) 2026-02-11 18:09:20 +00:00

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.