Skip to content

deval-patel/discussion-board

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discussion-board

Project Structure

.
├── backend                   # WIP
├── frontend                  
│   ├── content
│   │   └── locale            # Contains language files
│   ├── network               # helpers for making http requests via axios
│   ├── pages                 
│   │   ├── api               
│   │   ├── home
│   │   ├── _app.tsx          # providers/wrappers for app
│   │   └── index.tsx         # content for root page
│   ├── stores                
│   ├── stories      
│   └── styles
└── README.md                 # You are here! :)

Contributing

discussion-board follows Gitflow

  1. Fork the repo
  2. Make a branch in your fork, named DEV-XXX (where XXX corresponds to the issue number)
  3. Write your code
  4. Open a PR from that branch to master (in the main repo)
  5. Fill out the pull request template accordingly
  6. If working on frontend: run make prettier
  7. To be approved, code must have adequate test coverage + formatted properly

Local Development

  1. Download Docker
  2. cd frontend && npm install
  3. make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 41.4%
  • Go 25.9%
  • JavaScript 15.5%
  • CSS 14.5%
  • Makefile 1.4%
  • Dockerfile 1.1%
  • Shell 0.2%