A no-nonsense read-only mobile Reddit client based on simplicity, speed and great UX.
Check it at reddit.pimenta.co
A computer with NodeJS installed and a code editor.
-
Clone this repo (or download the files if you don't have Git)
git clone git@github.com:pedrogpimenta/pimentit.git
-
Install dependencies
npm install
-
Start development server
npm run start
- To deploy, just push commits to
master
ongit@github.com:pedrogpimenta/pimentit.git
. It is connected to Netlify, where it will listen to pushes and deploy.
API usage is not yet configured for public use.