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

https://github.com/mrivasperez/wordshop

Wordshop is a simple, open-source platform for sharing your writing, plain and simple.
https://github.com/mrivasperez/wordshop

blog blogging blogging-application rails rails-application ruby ruby-on-rails writing

Last synced: 5 months ago
JSON representation

Wordshop is a simple, open-source platform for sharing your writing, plain and simple.

Awesome Lists containing this project

README

          

# Wordshop

> A simple, open-source platform for sharing your writing.

---

Wordshop is a free, open-source platform that prioritizes writing and connection. Think of it as a digital haven for your thoughts and stories, where you can share them with a diverse community of readers.

## Features

### Focus on your writing

We keep things simple, so you can concentrate on crafting your ideas and sharing them with the world.

### Free to use

No subscriptions, no hidden fees, just pure writing and a shared passion for words.

### Build your voice

Share your thoughts, experiences, and perspectives with the world, and connect with readers who resonate with your unique voice.

## Getting Started
Wordshop is a Ruby on Rails application.

I used Bootstrap for front-end styling. The theme used is [Zephyr by Bootswatch](https://bootswatch.com/zephyr/).

### Prerequisites
- Ruby 3.3.4

### 1. Close the repo
```
git clone https://github.com/mrivasperez/wordshop.git`
cd wordshop
```

### 2. Install Dependencies
```
bundle install
```

### 3. Start development server
```
rails s
```
## License
### The Unlicense
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to