Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/max-programming/only-formats
- Owner: max-programming
- License: mit
- Created: 2022-02-22T17:43:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T11:10:58.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:15:22.557Z (6 months ago)
- Topics: chakraui, netlify, nextjs, prettier, react, typescript
- Language: TypeScript
- Homepage: https://onlyformats.netlify.app/
- Size: 1.03 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The quickest way to format code!
#### ✨ 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)