fe98abf875
Co-authored-by: Reinier van der Leer <pwuts@agpt.co> Co-authored-by: Toran Bruce Richards <toran.richards@gmail.com> Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co> |
||
---|---|---|
.. | ||
public | ||
src | ||
.env.example | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
README.md | ||
components.json | ||
next.config.mjs | ||
package.json | ||
playwright.config.ts | ||
postcss.config.mjs | ||
sentry.client.config.ts | ||
sentry.edge.config.ts | ||
sentry.server.config.ts | ||
tailwind.config.ts | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
README.md
This is the frontend for AutoGPT's next generation
Getting Started
Run the following installation once.
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Next, 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.
For subsequent runs, you do not have to npm install
again. Simply do npm run dev
.
If the project is updated via git, you will need to npm install
after each update.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Deploy
TODO