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.
- Host: GitHub
- URL: https://github.com/mrivasperez/wordshop
- Owner: mrivasperez
- License: unlicense
- Created: 2024-08-23T16:43:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T05:39:40.000Z (over 1 year ago)
- Last Synced: 2025-08-19T08:45:28.625Z (11 months ago)
- Topics: blog, blogging, blogging-application, rails, rails-application, ruby, ruby-on-rails, writing
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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