Me and my friends from work always liked to share "RamdaFucks" between us, and we also had created a slack channel only to post them!
So I thought "Why not creating a page to save it without the risk of losing it? And then external people can contribute".
And that's it. 🤓
Start using: https://ramdafuck.netlify.com/
Why RamdaFuck? We say "RamdaFuck" for when a function made with Ramda gets so big, nested and confuse, that it gets unreadable and worst that if not using Ramda.
Just like the "callback hell" 👹
Make sure you have the API running locally.
Set the .env
file according with the .env.example
file.
Install dependencies with:
$ npm run install
And then you can use the following commands:
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate