Skip to content

Prettier setup #457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,38 @@ description: Report an issue to help improve the project.
labels: ['🛠 goal: fix']

body:

- type: textarea

id: description

attributes:

label: Description

description: A brief description of the question or issue, also include what you tried and what didn't work

validations:

required: true

- type: textarea

id: screenshots

attributes:

label: Screenshots

description: Please add screenshots if applicable

validations:

required: false

- type: textarea

id: extrainfo

attributes:

label: Additional information

description: Is there anything else we should know about this bug?

validations:

required: false
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,43 @@ title: '[FEATURE] <description>'
labels: ['⭐ goal: addition']

body:

- type: textarea

id: description

attributes:

label: Description

description: A brief description of the enhancement you propose, also include what you tried and what worked.

validations:

required: true

- type: textarea

id: screenshots

attributes:

label: Screenshots

description: Please add screenshots if applicable

validations:

required: false

- type: textarea

id: extrainfo

attributes:

label: Additional information

description: Is there anything else we should know about this idea?

validations:

required: false

- type: markdown

attributes:

value:
Feel free to check out other cool repositories of the daily.dev Community [here](https://github.com/dailydotdev)
value: Feel free to check out other cool repositories of the daily.dev Community [here](https://github.com/dailydotdev)
10 changes: 10 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build/
.docusaurus/
node_modules/
target/
.git/
package-lock.json
yarn.lock
pnpm-lock.yaml
*.min.js
*.svg
19 changes: 19 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "auto",
"proseWrap": "preserve",
"embeddedLanguageFormatting": "auto",
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"proseWrap": "always"
}
}
]
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{}
31 changes: 10 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,34 @@
# [0.13.0](https://github.com/dailydotdev/docs/compare/v0.12.0...v0.13.0) (2025-04-21)


### Features

* add monetization section ([#456](https://github.com/dailydotdev/docs/issues/456)) ([b76dd42](https://github.com/dailydotdev/docs/commit/b76dd42d9a5f3bbf6f48736371d81b1a279ebd32))


- add monetization section ([#456](https://github.com/dailydotdev/docs/issues/456))
([b76dd42](https://github.com/dailydotdev/docs/commit/b76dd42d9a5f3bbf6f48736371d81b1a279ebd32))

# [0.12.0](https://github.com/dailydotdev/docs/compare/v0.11.0...v0.12.0) (2025-02-23)


### Features

* add docs for plus ([#454](https://github.com/dailydotdev/docs/issues/454)) ([20df046](https://github.com/dailydotdev/docs/commit/20df046cae314c80b7d34d3b15aad15023c20755))


- add docs for plus ([#454](https://github.com/dailydotdev/docs/issues/454))
([20df046](https://github.com/dailydotdev/docs/commit/20df046cae314c80b7d34d3b15aad15023c20755))

# [0.11.0](https://github.com/dailydotdev/docs/compare/v0.10.0...v0.11.0) (2024-11-03)


### Features

* new top readers doc ([#445](https://github.com/dailydotdev/docs/issues/445)) ([aabda8c](https://github.com/dailydotdev/docs/commit/aabda8cd92fe5ec8c29dd2536dd59a74cf801337))


- new top readers doc ([#445](https://github.com/dailydotdev/docs/issues/445))
([aabda8c](https://github.com/dailydotdev/docs/commit/aabda8cd92fe5ec8c29dd2536dd59a74cf801337))

# [0.10.0](https://github.com/dailydotdev/docs/compare/v0.9.0...v0.10.0) (2024-09-09)


### Features

* update work email verification terms ([#380](https://github.com/dailydotdev/docs/issues/380)) ([01520d2](https://github.com/dailydotdev/docs/commit/01520d22a7608200adc3d086bbd4357482f3452b))


- update work email verification terms ([#380](https://github.com/dailydotdev/docs/issues/380))
([01520d2](https://github.com/dailydotdev/docs/commit/01520d22a7608200adc3d086bbd4357482f3452b))

# [0.9.0](https://github.com/dailydotdev/docs/compare/v0.8.0...v0.9.0) (2024-08-29)


### Features

* add eligibility criteria ([#376](https://github.com/dailydotdev/docs/issues/376)) ([8720970](https://github.com/dailydotdev/docs/commit/872097004a63d76ec5929340a4bf13115b89b563))



- add eligibility criteria ([#376](https://github.com/dailydotdev/docs/issues/376))
([8720970](https://github.com/dailydotdev/docs/commit/872097004a63d76ec5929340a4bf13115b89b563))
43 changes: 30 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 📝 The official daily.dev Documentation

The [daily.dev docs](https://docs.daily.dev/) are designed to help our community members get the most out of the product. Hope you will find it useful! We welcome your contribution to help us make it better and up-to-date 💜
The [daily.dev docs](https://docs.daily.dev/) are designed to help our community members get the
most out of the product. Hope you will find it useful! We welcome your contribution to help us make
it better and up-to-date 💜

## 👨‍💻 Contributing

Expand All @@ -12,27 +14,34 @@ The [daily.dev docs](https://docs.daily.dev/) are designed to help our community

## 💻 Development

1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_ copy of the project and saves it as a new repository in your github account
2. Click on the green `Code` button, then either the HTTPS or SSH option and, click the icon to copy the URL. Now you have a copy of the project. Thus, you can play around with it locally on your computer.
3. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git Bash, ZSH):
1. Fork the project: Click the gray `Fork` button in the top right of this page. This creates _your_
copy of the project and saves it as a new repository in your github account
2. Click on the green `Code` button, then either the HTTPS or SSH option and, click the icon to copy
the URL. Now you have a copy of the project. Thus, you can play around with it locally on your
computer.
3. Run the following commands into a terminal window (Command Prompt, Powershell, Terminal, Git
Bash, ZSH):

Do this to download the forked copy of this repository to your computer:

```bash
git clone https://github.com/dailydotdev/docs.git
```

Step into the directory:
Step into the directory:

```bash
cd docs
```

Ensure you are on the correct node version:
Ensure you are on the correct node version:

```bash
nvm use
```

Install the dependencies:
Install the dependencies:

```bash
# with npm
npm i
Expand All @@ -44,7 +53,8 @@ yarn
pnpm i
```

Run the local dev environment:
Run the local dev environment:

```bash
# with npm
npm run start
Expand All @@ -56,7 +66,8 @@ yarn start
pnpm start
```

Now Visit:
Now Visit:

```
http://localhost:3000
```
Expand All @@ -75,6 +86,7 @@ yarn build
# or with pnpm
pnpm build
```

- Run the server:

```bash
Expand All @@ -87,6 +99,7 @@ yarn serve
# or with pnpm
pnpm serve
```

The server is available by default on port `3000`.

## 🐳 Deployment with Docker
Expand All @@ -96,20 +109,24 @@ From the folder where the docker-compose.yml file is located, type:
```bash
docker compose up --build
```

The server is available by default on port `3000`.

## 🍿 Test

```bash
docker run -p 3000:3000 francescoxx/dailydev-docs:0.9.3
```

## 🙏 Thanks to all Contributors

Thanks a lot for spending your time in helping daily.dev grow. Thanks a lot! ❤️
<a href = "https://github.com/dailydotdev/docs/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=dailydotdev/docs" alt="Contributors to daily.dev docs"/>
</a>
<a href = "https://github.com/dailydotdev/docs/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=dailydotdev/docs" alt="Contributors to daily.dev docs"/>
</a>

## 📑 License

Licensed under [AGPL-3.0](https://github.com/dailydotdev/daily/blob/master/LICENSE).

## ⭐️ One more thing
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
services:
react-docker:
image: francescoxx/dailydev-docs:1.0.0
build:
build:
context: .
ports:
- "3000:3000"
ports:
- '3000:3000'
41 changes: 32 additions & 9 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,52 @@
---
sidebar_position: 100
---

# Community
Welcome to the daily.dev community! Join us on our various social media channels to stay updated with the latest news, events, educational content, giveaways, and more related to daily.dev.

Welcome to the daily.dev community! Join us on our various social media channels to stay updated
with the latest news, events, educational content, giveaways, and more related to daily.dev.

## Changelog
Stay up-to-date with the latest changes and updates on daily.dev by checking out our [changelog](https://app.daily.dev/squads/daily_updates) .

Stay up-to-date with the latest changes and updates on daily.dev by checking out our
[changelog](https://app.daily.dev/squads/daily_updates) .

## Twitter
Follow us on Twitter [@dailydotdev](https://twitter.com/dailydotdev) for the latest news, updates, educational content, giveaways, and engaging discussions related to daily.dev.

Follow us on Twitter [@dailydotdev](https://twitter.com/dailydotdev) for the latest news, updates,
educational content, giveaways, and engaging discussions related to daily.dev.

## YouTube
Subscribe to our official [YouTube channel](https://www.youtube.com/c/dailydev) for a wealth of content, including Monthly Dev events with world-class talks, cool intro videos, tutorials, and more! Stay updated with new releases, educational content, giveaways, and behind-the-scenes glimpses.

Subscribe to our official [YouTube channel](https://www.youtube.com/c/dailydev) for a wealth of
content, including Monthly Dev events with world-class talks, cool intro videos, tutorials, and
more! Stay updated with new releases, educational content, giveaways, and behind-the-scenes
glimpses.

## LinkedIn
Connect with us on LinkedIn at [daily.dev](https://www.linkedin.com/company/dailydotdev) to stay in the loop with our latest updates, announcements, and educational content, as well as engage with our community.

Connect with us on LinkedIn at [daily.dev](https://www.linkedin.com/company/dailydotdev) to stay in
the loop with our latest updates, announcements, and educational content, as well as engage with our
community.

## TikTok
Join us on TikTok [@daily.dev](https://www.tiktok.com/@dailydotdev) for fun and engaging content related to daily.dev, including coding tips, behind-the-scenes glimpses, updates, and giveaways.

Join us on TikTok [@daily.dev](https://www.tiktok.com/@dailydotdev) for fun and engaging content
related to daily.dev, including coding tips, behind-the-scenes glimpses, updates, and giveaways.

## Instagram
In case you're into short-form videos make sure you don't miss our [Instagram profile](https://www.instagram.com/dailydotdev)!

In case you're into short-form videos make sure you don't miss our
[Instagram profile](https://www.instagram.com/dailydotdev)!

## Meetup
Join our meetup group to stay informed about our monthly events featuring inspiring talks from expert developers, and updates on new releases, educational content, and giveaways. [Join here](https://www.meetup.com/the-monthly-dev-world-class-talks-by-expert-developers/)

Join our meetup group to stay informed about our monthly events featuring inspiring talks from
expert developers, and updates on new releases, educational content, and giveaways.
[Join here](https://www.meetup.com/the-monthly-dev-world-class-talks-by-expert-developers/)

## Feedback
Have feedback, questions, or feature requests? [Submit it here](https://daily.dev/feedback) and let us know how we can improve your daily.dev experience!

Have feedback, questions, or feature requests? [Submit it here](https://daily.dev/feedback) and let
us know how we can improve your daily.dev experience!
Loading