Update README.md

This commit is contained in:
He4eT 2025-05-24 02:30:46 +02:00
commit 50ea196c29

View file

@ -1,61 +1,30 @@
# 🚀 Getting started with Strapi # Simple Space API
Strapi comes with a full featured [Command Line Interface](https://docs.strapi.io/dev-docs/cli) (CLI) which lets you scaffold and manage your project in seconds. A simple [SpaceAPI](https://spaceapi.io/) endpoint with web and REST interfaces.
### `develop` ![Screenshot](/docs/images/Screenshot.png?raw=true)
Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop) Built with Node.js using [Strapi](https://github.com/strapi/strapi).
## Deploy
## Usage
## Development
Start the application with automatic reload:
``` ```
npm i
npm run develop npm run develop
# or
yarn develop
``` ```
### `start` ## SpaceAPI Links
Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-start) - [SpaceAPI Schema Documentation](https://spaceapi.io/docs/)
- [Dynamic Map](https://mapall.space/)
``` ## Strapi Links
npm run start
# or
yarn start
```
### `build` - [Strapi GitHub repository](https://github.com/strapi/strapi)
- [Strapi documentation](https://docs.strapi.io)
Build your admin panel. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-build) - [STrapi Command Line Interface](https://docs.strapi.io/dev-docs/cli)
```
npm run build
# or
yarn build
```
## ⚙️ Deployment
Strapi gives you many possible deployment options for your project including [Strapi Cloud](https://cloud.strapi.io). Browse the [deployment section of the documentation](https://docs.strapi.io/dev-docs/deployment) to find the best solution for your use case.
```
yarn strapi deploy
```
## 📚 Learn more
- [Resource center](https://strapi.io/resource-center) - Strapi resource center.
- [Strapi documentation](https://docs.strapi.io) - Official Strapi documentation.
- [Strapi tutorials](https://strapi.io/tutorials) - List of tutorials made by the core team and the community.
- [Strapi blog](https://strapi.io/blog) - Official Strapi blog containing articles made by the Strapi team and the community.
- [Changelog](https://strapi.io/changelog) - Find out about the Strapi product updates, new features and general improvements.
Feel free to check out the [Strapi GitHub repository](https://github.com/strapi/strapi). Your feedback and contributions are welcome!
## ✨ Community
- [Discord](https://discord.strapi.io) - Come chat with the Strapi community including the core team.
- [Forum](https://forum.strapi.io/) - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- [Awesome Strapi](https://github.com/strapi/awesome-strapi) - A curated list of awesome things related to Strapi.
---
<sub>🤫 Psst! [Strapi is hiring](https://strapi.io/careers).</sub>