Create CONTRIBUTING.md
This commit is contained in:
parent
ab902745b2
commit
ae585d8389
1 changed files with 35 additions and 0 deletions
35
CONTRIBUTING.md
Normal file
35
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Contributing to Cozy
|
||||
|
||||
Thank you for your interest to help bring the coziest web experience to people like you and me.
|
||||
|
||||
## Tech Stack
|
||||
|
||||
This project is built with the following tech
|
||||
1. HTML, CSS, TypeScript
|
||||
1. [Astro](https://astro.build)
|
||||
1. [@extractus/article-extractor](https://www.npmjs.com/package/@extractus/article-extractor)
|
||||
|
||||
## Setting up the project
|
||||
|
||||
1. Clone
|
||||
|
||||
```
|
||||
git clone https://github.com/ayoayco/cozy-reader.git
|
||||
```
|
||||
|
||||
2. install dependencies
|
||||
|
||||
```
|
||||
cd cozy-reader
|
||||
npm install
|
||||
```
|
||||
|
||||
3. run the dev server
|
||||
|
||||
```
|
||||
npm start
|
||||
```
|
||||
|
||||
## Good first issues
|
||||
|
||||
Go to our [issues page](https://github.com/ayoayco/cozy-reader/issues) to watch out for issues we label as "good first issue" or "help wanted"
|
Loading…
Reference in a new issue