StyleWrite is a simple, minimal, and fast online text editor designed with Tailwind CSS and basic JavaScript for interaction.
- Clone this repo
git clone https://github.com/devbytemehedi/stylewrite.git- Open stylewrite in vscode
code stylewrite- Install node modules
npm i- Build the
style.cssfile
npm run build- Install Live Server Extension
- Open index.html and Right click on the editor
- Click "Open with Live Server".
- Project should be up and running in your browser.
stylewrite
┣ .vscode
┃ ┗ settings.json
┣ dist
┃ ┗ .gitkeep
┣ src
┃ ┣ assets
┃ ┃ ┣ favicons
┃ ┃ ┃ ┣ icon.png
┃ ┃ ┃ ┗ icon.svg
┃ ┃ ┣ icons
┃ ┃ ┃ ┣ dev.svg
┃ ┃ ┃ ┣ facebook.svg
┃ ┃ ┃ ┣ github.svg
┃ ┃ ┃ ┣ instagram.svg
┃ ┃ ┃ ┣ linkedin.svg
┃ ┃ ┃ ┗ text-size.svg
┃ ┃ ┗ logo
┃ ┃ ┃ ┗ logo.png
┃ ┣ js
┃ ┃ ┗ main.js
┃ ┣ pages
┃ ┃ ┗ .gitkeep
┃ ┣ input.css
┃ ┗ main.html
┣ .gitattributes
┣ .gitignore
┣ index.html
┣ LICENSE
┣ package.json
┣ README.md
┣ robots.txt
┗ tailwind.config.jsThe code is available under the MIT license.
This project uses the following free resources:
Thank you to the creators of these resources for making them available for free!