utkarshkukreti / tailwind.run

62 stars 0 forks source link

Source Code? #1

Open utkarshkukreti opened 5 years ago

utkarshkukreti commented 5 years ago

I plan to release the code as open source one day but it will be a while before I can get the codebase ready for that.

blorenz commented 5 years ago

I would be interested in the package.json dependencies for the time being.

utkarshkukreti commented 5 years ago

@blorenz Sure, these are the runtime dependencies:

  "dependencies": {
    "@tailwindcss/custom-forms": "^0.2.0",
    "ace-builds": "^1.4.5",
    "css-tree": "^1.0.0-alpha.34",
    "emmet-core": "^1.0.0",
    "file-saver": "^2.0.2",
    "fp-ts": "^2.0.4",
    "io-ts": "^2.0.1",
    "jszip": "^3.2.2",
    "morphdom": "^2.5.6",
    "postcss": "^7.0.17",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "sass": "^1.22.9",
    "tailwindcss": "^1.1.0",
    "typeface-work-sans": "^0.0.72"
  }
vesper8 commented 5 years ago

would love to be able to run this locally / offline in the future. I often find myself without internet access as crazy as that sounds and would love to do some light design work with your awesome tool when that happens

innocenzi commented 4 years ago

Hey, do you still plan on releasing the source? I'd love to contribute since I'm using tailwind.run a lot.

vesper8 commented 4 years ago

@utkarshkukreti could you please release the code even if it's not polished, at least then we can submit PRs to help improve it and update it.. your tool is great but at this point not releasing it is just asking for someone else to come along and release a clone of it and I don't think that's what you want

rithvikvibhu commented 4 years ago

I'm in the same position as @innocenzi and @vesper8. I use it very often, but it lacks a few features (similar to the existing open issues) and would like to contribute. I'd hate to see clones popping up.

innocenzi commented 4 years ago

@rithvikvibhu For what it's worth, @utkarshkukreti said they were working on a version 2 of tailwind.run, and that they'd open-source parts of it.

On the other hand, apparently the Tailwind team will make an official REPL.

rithvikvibhu commented 4 years ago

If you haven't heard yet, fyi the official Tailwind Playground is out https://play.tailwindcss.com/

Still doesn't have features of tailwind.run, but it's still a WIP.

innocenzi commented 4 years ago

And their sources: