Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 490 Bytes

bestprogramming.club

Club website

Development

Prereq: Install yarn

Install dependencies:

yarn

Start the dev server:

yarn start

Open http://localhost:3000/ in your browser to view the app.

Contributing

Open a pull request with your proposed changes.

Deployment

Pushing to main will deploy the app to production via Netlify.