summer Svelte Themes

Summer

Get an article summary in one click (Rails + Svelte.js) Check out the demo in the README

https://github.com/user-attachments/assets/f7cec2ea-8b3c-41c5-b5da-1798fe6350c1

Summer APP

Installation

To run app you need to have docker installed on your machine.

1 - After docker is installed, go to the docker folder

cd ./docker

2 - Prepare the app

docker compose run --rm rails bundle install && docker compose run --rm rails db:setup && docker compose run --rm yarn install

3 - Run the app via docker compose

docker compose up

4 - Open browser and enjoy the app

http://localhost:3000/

5 - Turn off the app

docker compose down

6 - To run rails console within the app

docker compose run --rm rails bundle exec rails c

Top categories

Loading Svelte Themes