runtipi/packages/dashboard
2022-09-04 15:11:03 +02:00
..
public wip: external repo for apps [skip ci] 2022-08-03 22:36:27 +02:00
src chore: update categories 2022-09-04 15:11:03 +02:00
.dockerignore WIP: File based db migration 2022-07-07 22:29:18 +02:00
.eslintignore WIP - New app store page 2022-06-03 22:42:23 +02:00
.eslintrc.js feat(api): copy app files locally instead of reading from repo 2022-08-09 20:44:07 +02:00
.gitignore Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
.prettierrc.js Improve CI workflows for releases 2022-05-18 18:50:53 +02:00
codegen.yml WIP - Client side GraphQL [skip ci] 2022-06-20 22:57:27 +02:00
jest.config.js chore: Remove useless packages 2022-06-30 15:52:55 +02:00
next-env.d.ts Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
next.config.js feat(update front-end to support a custom domain api): n 2022-09-04 14:54:11 +02:00
package.json chore(dashboard): add missing jest deps 2022-08-29 21:05:25 +02:00
postcss.config.js Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
README.md Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
tailwind.config.js Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
tsconfig.json Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +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

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.