|
2 | 2 |
|
3 | 3 | # [Sugar Labs](https://www.sugarlabs.org/) |
4 | 4 |
|
5 | | -# Sugar Labs web site |
| 5 | +## Sugar Labs Web Site |
6 | 6 |
|
7 | 7 | </div> |
8 | 8 |
|
9 | 9 | ## Aims |
10 | 10 |
|
11 | | -* To announce our vision and mission, |
12 | | -* To invite potential users of Sugar Labs software, |
13 | | -* To advertise our free software and licensing approach, |
14 | | -* To provide links to software downloads, and; |
15 | | -* To invite potential developers to the source code we hold in trust. |
| 11 | +- Announce our vision and mission. |
| 12 | +- Invite potential users of Sugar Labs software. |
| 13 | +- Advertise our free software and licensing approach. |
| 14 | +- Provide links to software downloads. |
| 15 | +- Invite potential developers to the source code we hold in trust. |
16 | 16 |
|
17 | 17 | ## Contributing |
18 | 18 |
|
19 | | -Content on the site, that is information about Sugar, Sugarizer, or Music Blocks, is _way more important_ than the style or appearance. |
| 19 | +Content about Sugar, Sugarizer, or Music Blocks is **far more important** than the site's style or appearance. |
20 | 20 |
|
21 | | -Please concentrate on updating the content of the site, and not the style or appearance. |
| 21 | +Please prioritize updating the site's content over its design. |
22 | 22 |
|
23 | | -For your pull requests or issues to be taken seriously, you must be a user or developer of one of our software products; Sugar, Sugarizer, or Music Blocks. |
| 23 | +To have your pull requests or issues considered seriously, you must be a user or developer of one of our software products: **Sugar, Sugarizer, or Music Blocks**. |
24 | 24 |
|
25 | | -For detailed information refer to the [Contribution's Guide](docs/CONTRIBUTING.md). |
| 25 | +For detailed guidelines, refer to the [Contribution Guide](docs/CONTRIBUTING.md). |
26 | 26 |
|
27 | 27 | ## Tech Stack |
28 | 28 |
|
29 | | -SugarWeb is a client-side web application written in TypeScript. React is used to render UI components, and the project is set up to independently use any JavaScript UI library/framework or the JS DOM API directly. It is bundled using Vite. |
| 29 | +SugarWeb is a client-side web application written in TypeScript. It utilizes React for UI components and is designed to work with any JavaScript UI library/framework or the JS DOM API directly. The project is bundled using Vite. |
30 | 30 |
|
31 | 31 | ### Application |
32 | 32 |
|
33 | | -* TypeScript 5 |
34 | | -* React 19 |
35 | | -* Tailwind CSS |
| 33 | +- TypeScript 5 |
| 34 | +- React 19 |
| 35 | +- Tailwind CSS |
36 | 36 |
|
37 | 37 | ### Tooling |
38 | 38 |
|
39 | | -* Node.js |
40 | | -* Vite |
41 | | -* ESLint |
42 | | -* Prettier |
| 39 | +- Node.js |
| 40 | +- Vite |
| 41 | +- ESLint |
| 42 | +- Prettier |
43 | 43 |
|
44 | 44 | ## Development |
45 | 45 |
|
46 | | -To get started with development refer to the [Developer Guide](docs/dev_guide.md). |
| 46 | +To get started with development, refer to the [Developer Guide](docs/dev_guide.md). |
| 47 | + |
0 commit comments