Skip to content

Commit

Permalink
feat: workspace essentials (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace authored Nov 6, 2024
1 parent 51d773c commit a4230ed
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_size = 2
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Quibble
Engage. Discuss. Quibble!

Quibble is a place for real conversations, where opinions thrive and diverse voices are celebrated. We’re re-imagining what online discussions can be, focusing on genuine engagement and a respectful, ad-free experience.

## Project Structure

- `backend` - Django app maintained with poetry.
- `frontend-next` - Next.js app with npm.

0 comments on commit a4230ed

Please sign in to comment.