Skip to content

Commit dd0a2d4

Browse files
committed
Update README
1 parent 87fc2b4 commit dd0a2d4

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

README.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Code Cause Web
1+
# Code Cause Site
22

3-
> Main site for code cause (codecause.dev). Using [Lit](https://lit.dev/) but this may be subject to change.
3+
Main site for code cause
44

5+
<a href="https://discord.gg/HM5tZPhxg5"><img alt="discord-community" src="https://img.shields.io/badge/Join_Community-7289DA?style=flat&logo=discord&logoColor=white" /></a>
56
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)
67

78
---
@@ -15,11 +16,11 @@
1516
## Installation
1617

1718
```bash
18-
git clone git@github.com:Code-Cause-Collective/code-cause-web.git
19+
git clone git@github.com:Code-Cause-Collective/codecause.dev.git code-cause-site
1920
```
2021

2122
```bash
22-
cd code-cause-web
23+
cd code-cause-site
2324
```
2425

2526
```bash
@@ -34,17 +35,29 @@ npm install
3435
npm run dev
3536
```
3637

37-
`Build`
38+
`build`
3839

3940
```bash
4041
npm run build
4142
```
4243

44+
`lint`
45+
46+
```bash
47+
npm run lint
48+
```
49+
50+
`format`
51+
52+
```bash
53+
npm run format
54+
```
55+
4356
## Contributing
4457

45-
### Issues and PRs
58+
### Issues, Features, and PRs
4659

47-
If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, post question within our [slack community](https://join.slack.com/t/codecause/shared_invite/zt-38cobkbtz-u5kTq1cmKPZN9d5fpkZhkQ).
60+
If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, post question within our [discord community](https://discord.gg/HM5tZPhxg5).
4861

4962
### Submitting a pull request
5063

0 commit comments

Comments
 (0)