Skip to content

max-programming/only-formats

Repository files navigation

Only Formats

The quickest way to format code!

Gitmoji License Wakatime Netlify Status

✨ The live Instance

Tech Stack

  1. Next.js with TypeScript
  2. Chakra UI
  3. Prettier to format code
  4. Monaco editor for code editing
  5. PrismJS for syntax highlight
  6. Simple Icons (for language icons)
  7. Netlify for deployment

🛠️ Development or Contributing

If you're interested in growing this project further, you can add a new language to format code or fix any bugs and add any features you think that will benefit the project!

Installation and Running

Here is a quick and easy guide for you to run OnlyFormats for development, or self hosting it for yourself.

Clone the GitHub repo

git clone https://github.com/max-programming/only-formats
cd only-formats

Run the app!

Install the dependencies first.

npm install
# OR
yarn

Then, Finally, Start the server!

npm run dev
# OR
yarn dev

💬 Get in touch

If you have various suggestions, questions or want to discuss things with our community, Have a look at Github discussions or Reach us out at Twitter!

🙌 Show your support

We love and appreciate people's support in growing and improving. Be sure to leave a ⭐️ if you like the project and also be sure to contribute, if you're interested!

License

MIT

Authors