|
1 | | -## The API and Real-time Application Framework |
| 1 | +# Feathers - The API and Real-time Application Framework |
2 | 2 |
|
3 | 3 | [](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) |
4 | 4 | [](https://codeclimate.com/github/feathersjs/feathers/maintainability) |
5 | 5 | [](https://codeclimate.com/github/feathersjs/feathers/test_coverage) |
6 | 6 | [](https://www.npmjs.com/package/@feathersjs/feathers) |
7 | 7 | [](https://discord.gg/qa8kez8QBx) |
8 | 8 |
|
9 | | -Feathers is a lightweight web-framework for creating APIs and real-time applications using TypeScript or JavaScript. |
| 9 | +Feathers is a lightweight web-framework for creating APIs and real-time applications with TypeScript or JavaScript. |
10 | 10 |
|
11 | 11 | <a href="https://feathersjs.com" title="FeathersJS"> |
12 | 12 | <img src="https://user-images.githubusercontent.com/128857/173851241-b52de3b8-468d-4ac3-a4b3-eaae9c8b7f77.jpg" alt="The FeathersJS Family of Birds"> |
13 | 13 | </a> |
14 | 14 |
|
15 | | -Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend technology like React, VueJS, Angular, React Native, Android or iOS. |
| 15 | +Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend like React, VueJS, Angular, React Native, Android or iOS. |
16 | 16 |
|
17 | 17 | ## Getting started |
18 | 18 |
|
19 | | -You can build your first real-time and REST API in just 4 commands: |
| 19 | +Get started with just three commands: |
20 | 20 |
|
21 | 21 | ```bash |
22 | | -$ npm init feathers my-new-app |
| 22 | +$ npm create feathers my-new-app |
23 | 23 | $ cd my-new-app |
24 | | -$ npm start |
| 24 | +$ npm run dev |
25 | 25 | ``` |
26 | 26 |
|
27 | | -To learn more about Feathers visit the website at [feathersjs.com](http://feathersjs.com) or jump right into [the Feathers guides](http://docs.feathersjs.com/guides). |
| 27 | +To learn more about Feathers visit the website at [feathersjs.com](http://feathersjs.com) or jump right into [the Feathers guides](http://feathersjs.com/guides). |
28 | 28 |
|
29 | 29 | ## Documentation |
30 | 30 |
|
31 | | -The [Feathers docs](http://docs.feathersjs.com) are loaded with awesome stuff and tell you every thing you need to know about using and configuring Feathers. |
| 31 | +The [Feathers website](http://feathersjs.com) are loaded with awesome stuff and tell you every thing you need to know about using and configuring Feathers. |
32 | 32 |
|
33 | 33 | ## License |
34 | 34 |
|
|
0 commit comments