https://github.com/vigetlabs/soli
Soli is an app for solo explorers to create and share Guides with each other. Made with ❤️ by the Viget Interns of Summer 2023.
https://github.com/vigetlabs/soli
erb html javascript ruby ruby-on-rails tailwindcss
Last synced: 2 months ago
JSON representation
Soli is an app for solo explorers to create and share Guides with each other. Made with ❤️ by the Viget Interns of Summer 2023.
- Host: GitHub
- URL: https://github.com/vigetlabs/soli
- Owner: vigetlabs
- Created: 2023-06-28T15:01:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T19:21:07.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T00:41:49.434Z (about 1 year ago)
- Topics: erb, html, javascript, ruby, ruby-on-rails, tailwindcss
- Language: HTML
- Homepage: https://soli.fly.dev
- Size: 44.2 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Soli
Soli is a web app that allows solo travelers to create and share solo-friendly itineraries, called Guides, with each other. These Guides encourage travelers to go out an explore different cities by following curated itineraries made by travelers like themselves.
## Development
Soli is a Rails app built using [Vite Ruby](https://vite-ruby.netlify.app/) and deployed using [Fly](https://fly.io/). We use a [PostgreSQL](https://www.postgresql.org/) database, along with [TailwindCSS](https://tailwindcss.com/) for styling and [Stimulus](https://stimulus.hotwired.dev/) as our JavaScript framework.
## Running the project locally
From the root directory of the project, run the following commands:
```
bundle install
yarn
rails db:setup
./bin/dev
```
Follow the prompt in the terminal to open a localhost page in your browser.
## Further Reading
For more information about our research and design processes, check out the materials on our [Linktree](https://linktr.ee/soli2023).