Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/max-programming/only-formats

The quickest way to format code!
https://github.com/max-programming/only-formats

chakraui netlify nextjs prettier react typescript

Last synced: 9 days ago
JSON representation

The quickest way to format code!

Awesome Lists containing this project

README

        




Only Formats



The quickest way to format code!



Gitmoji

License

Wakatime


Netlify Status

#### ✨ The live [Instance](https://onlyformats.netlify.app/)

## 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

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

#### Run the app!

Install the dependencies first.

```sh
npm install
# OR
yarn
```

Then, Finally, Start the server!

```sh
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](https://github.com/max-programming/easypastes/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](https://choosealicense.com/licenses/mit/)

## Authors

- [Usman](https://github.com/max-programming)