Recreate what we have outlined in Figma in a live, working prototype, deployed to Heroku or hosted somewhere online for easy access/testing. Building a Notion-like editor, but only the H1 heading component. So it’s not much of an editor, but rather an app that lets you write anywhere and convert your content into H1.
- Tailwindcss setup
- Get started with Tailwind CSS
$ npm init
$ npm install -D tailwindcss
$ npx tailwindcss init
# Start the Tailwind CLI build process
$ npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
$ npm run watch-css
$ npm run dev
Contributions, issues, and feature requests are welcome!
Feel free to leave any suggestions at the Issues page