DEV Community

Discussion on: How's your Hacktoberfest progress?

Collapse
 
glennmen profile image
Glenn Carremans

Currently I have 4 PR's, 2 of them are just README.md fixes but the 2 other are improvements/features to the code. I already have an idea what my next PR will be to complete the Hacktoberfest requirement, but want to do at least 2 extra because I personally don't feel that README.md changes are "real" PR's.

One of them is an improvement to TonsilText, I saw the project because of Isaac his graveyard post and for some reason I wanted to contribute to it. I improved the auto text formatting, my next PR will also be for this project and it will be a great improvement (I hope).

I also made a PR for cdnjs, I added SRI copy option to the search results. This was my first time working on a Node.js project.

cdnjs / new-website

🖥 CDNJS website and api server

new-website

Website of cdnjs.com, for the cdn content, see cdnjs/cdnjs repo.

Dependency Status Issue Stats Issue Stats

Dependencies

Setup

cd path/to/repo
npm install

Running

npm install                 # install nodejs dependencies
export APP=[mainSite|api]   # chose which server you want to run
export LOCAL=true           # local mode will disable the global.gc() function and CSP header
./runServer.sh

Note:

  • The artifacts/meta data is on the meta branch.