📦 Frontend for Deploy: a DigitalOcean/Heroku self hosted alternative
Go to file
Elie Baier 0c8c513e66 fix: layout issues on storage selection for postgres 2024-05-09 11:15:46 +02:00
actions add: deploy new application action 2024-03-24 13:17:17 +01:00
app add: specs & database status 2024-05-08 21:56:23 +02:00
components fix: layout issues on storage selection for postgres 2024-05-09 11:15:46 +02:00
contexts add: databases WIP 2024-05-02 00:54:52 +02:00
hooks add: databases WIP 2024-05-02 00:54:52 +02:00
lib add: specs & database status 2024-05-08 21:56:23 +02:00
prisma add: better table with connection details 2024-05-07 22:42:09 +02:00
public add: better table with connection details 2024-05-07 22:42:09 +02:00
types add: update type for next auth 2024-03-24 03:22:18 +01:00
utils add: specs & database status 2024-05-08 21:56:23 +02:00
.eslintrc.json Initial commit from Create Next App 2024-03-22 09:08:46 +01:00
.gitignore add: env & package lock 2024-03-23 21:59:01 +01:00
README.md Initial commit from Create Next App 2024-03-22 09:08:46 +01:00
components.json add: shadcn ui components 2024-03-23 21:56:26 +01:00
docker-compose.yml add: dockercompose for database 2024-03-23 21:56:02 +01:00
next.config.mjs Initial commit from Create Next App 2024-03-22 09:08:46 +01:00
package-lock.json add: specs & database status 2024-05-08 21:56:23 +02:00
package.json add: specs & database status 2024-05-08 21:56:23 +02:00
postcss.config.js Initial commit from Create Next App 2024-03-22 09:08:46 +01:00
tailwind.config.ts add: shadcn 2024-03-23 22:00:15 +01:00
tsconfig.json Initial commit from Create Next App 2024-03-22 09:08:46 +01:00

README.md

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.