We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 4a37f4cCopy full SHA for 4a37f4c
README.md
@@ -0,0 +1,24 @@
1
+# Fastfony documentation
2
+
3
+This project is a documentation for Fastfony, a Symfony-based boilerplate and starter kit.
4
5
+It builds with Nextra, a Next.js & MDX based documentation site generator.
6
7
+## Getting Started
8
9
+This documentation is built with [Nextra](https://nextra.vercel.app/) and [Next.js](https://nextjs.org/). To get started, follow these steps:
10
11
+For start in development mode, run:
12
13
+```bash
14
+npm run dev
15
+```
16
17
+This will start the development server at `http://localhost:3000`.
18
19
+or in production mode:
20
21
22
+npm run build
23
+npm run start
24
0 commit comments