Skip to content

the94air/twcopy

Repository files navigation

Tailwind Copy

License Chat

Introduction

Tailwind Copy is a simple static website that helps you copy Tailwindcss color palettes, box shadows, font sizes, and more. It can mostly be useful when designing.

Website

https://twcopy.js.org

Browser Compatibility

Works on all modern browsers additional to IEs (Tested on IE 11).

Contributing

You can contribute and add your own favorite feature to the tool by opening a new issue. If you found a bug, open an issue or send a pull request.

Project setup

# install dependencies
$ npm install

# 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

License

MIT Copyright © 2019 - present, Abdalla Arbab and contributors