Skip to content

Instantly share code, notes, and snippets.

View laurmurclar's full-sized avatar
🧙‍♀️

Laura Murphy-Clarkin laurmurclar

🧙‍♀️
View GitHub Profile
@laurmurclar
laurmurclar / ember_tailwindcss_setup.md
Created March 11, 2021 17:29
How to setup tailwindcss in an Ember app, in the simplest way I've found

Basic setup

This is the most minimal setup I've found for using tailwindcss and Ember. It will slow down your cold build time.

$ npm install -D ember-cli-postcss tailwindcss postcss-import autoprefixer
// ember-cli-build.js
@laurmurclar
laurmurclar / Example ngrok console output
Created October 18, 2018 13:06
You should see something similar to this when you start running ngrok
ngrok by @inconshreveable (Ctrl+C to quit)
Session Status online
Session Expires 7 hours, 59 minutes
Version 2.2.8
Region United States (us)
Web Interface http://127.0.0.1:4040
Forwarding http://3dc14124.ngrok.io -> localhost:3000
Forwarding https://3dc14124.ngrok.io -> localhost:3000
@laurmurclar
laurmurclar / index.js
Created September 17, 2018 06:13
Simple node server for my Intercom Messenger app. Run with `node index.js`
const HTTP = require('http');
const INITIALIZE_RESPONSE = {
"canvas": {
"content": {
"components": [
{
"type": "text",
"text": "Tell us what your favourite product is!",
},
alert('yo yo yo');
// i def changed this