Skip to content

Commit 4a37f4c

Browse files
committed
first commit
0 parents  commit 4a37f4c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
22+
npm run build
23+
npm run start
24+
```

0 commit comments

Comments
 (0)