Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 729 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 729 Bytes

Welcome to Social Butter!

Tool Used

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.

DEV

TailwindCSS build

npx tailwindcss -i ./app/styles/tailwind.css -o ./app/styles/tailwind_out.css --watch