Skip to content

Instantly share code, notes, and snippets.

View praveenjuge's full-sized avatar
😍
Star Struck

Praveen Juge praveenjuge

😍
Star Struck
View GitHub Profile
@huphtur
huphtur / gist:55ab762a58e64576fdf4f74697162541
Created August 31, 2020 23:50
How to run Tailwind CSS locally on MacOS
- git clone https://github.com/tailwindlabs/tailwindcss.com
- cd tailwindcss.com
- yarn
- yarn export (this will take a while to run)
- cd out
- python -m SimpleHTTPServer(this fires up webserver at localhost:8000)
@sgup
sgup / recommended-routine.md
Last active March 17, 2024 05:56
Recommended Routine - Reddit BodyweightFitness
@varun-raj
varun-raj / .block
Last active July 9, 2020 04:41
Interactive Gantt Chart
border: no
@markbrouch
markbrouch / .gitignore
Last active July 13, 2023 19:15
.gitignore file for front-end projects
# Created by https://www.gitignore.io/api/node,bower,osx,linux,windows,dropbox,sass,less,grunt,sublimetext,code
### Node ###
# Logs
logs
*.log
npm-debug.log*
# Runtime data
@millermedeiros
millermedeiros / osx_setup.md
Last active April 12, 2024 12:40
Mac OS X setup

Setup Mac OS X

I've done the same process every couple years since 2013 (Mountain Lion, Mavericks, High Sierra, Catalina) and I updated the Gist each time I've done it.

I kinda regret for not using something like Boxen (or anything similar) to automate the process, but TBH I only actually needed to these steps once every couple years...