File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# api-docs.phpmyfaq.de
22
3+ The official phpMyFAQ API documentation is built with [ Next.js] ( https://nextjs.org/ ) and
4+ [ Tailwind CSS] ( https://tailwindcss.com/ ) , hosted on [ Vercel] ( https://www.vercel.com/ ) .
5+
36## Getting Started
47
58First, run the development server:
69
710``` bash
811npm run dev
9- # or
10- yarn dev
11- # or
12- pnpm dev
13- # or
14- bun dev
1512```
1613
1714Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
1815
16+ ## Deployment
17+
18+ To deploy the project, just push the current branch to the ` main ` branch. Vercel will automatically deploy the changes.
19+
1920## Copyright
2021
2122Copyright © 2001–2024 Thorsten Rinne and the phpMyFAQ Team
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const inter = Inter({ subsets: ["latin"] });
77export const metadata : Metadata = {
88 title : "API Docs for phpMyFAQ" ,
99 description : "phpMyFAQ API documentation" ,
10+ applicationName : "phpMyFAQ API" ,
1011} ;
1112
1213export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments