discoverweekly.dev
discoverweekly.dev copied to clipboard
The playlists made by devs, every Wednesday.
Table of contents
- Contributing
- Add a new playlist
- Run the project locally
- License
Contributing
Make sure you have a recent version of Node.js installed (LTS recommended).
Fork and clone this repository. Head over to your terminal and run the following command:
git clone [email protected]:[YOUR_USERNAME]/discoverweekly.dev.git
cd discoverweekly.dev
npm ci
npm run add:playlist
Add a new playlist
npm run add:playlist
will ask for your name and create a file in ./content/playlists/
.
Continue by editing this generated Markdown
file.
Have a look at the CONTRIBUTING.md for further information about the edition of your playlist details.
Commit the changes and open a pull request.
Run the project locally
This project is a Next.js project.
npm run dev
License
MIT Β© David Dal Busco
Contributors β¨
Thanks goes to these wonderful people (emoji key):
Renato Lousan da Silva π |
FranΓ§ois Best π |
Sandro Scalco π |
Francisco Quintero π |
Andy Potts π |
This project follows the all-contributors specification. Contributions of any kind welcome!