https://github.com/rollecode/rollekino
A movie blog.
https://github.com/rollecode/rollekino
movies
Last synced: 27 days ago
JSON representation
A movie blog.
- Host: GitHub
- URL: https://github.com/rollecode/rollekino
- Owner: rollecode
- Created: 2021-05-31T16:13:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-29T14:04:22.000Z (8 months ago)
- Last Synced: 2026-05-02T13:33:33.055Z (28 days ago)
- Topics: movies
- Language: CSS
- Homepage: https://www.rollekino.fi
- Size: 40 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rollekino.fi
   
This project is hand made for **personal use**.
## Stack
This project is built on [digitoimistodude/dudestack](https://github.com/digitoimistodude/dudestack), [digitoimistodude/air-light](https://github.com/digitoimistodude/air-light), [digitoimistodude/marlin-vagrant](https://github.com/digitoimistodude/marlin-vagrant) or [digitoimistodude/macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup), [digitoimistodude/devpackages](https://github.com/digitoimistodude/devpackages) which are documented at their corresponding locations.
## Theme screenshot

## Environments:
Green checkmarks show if the environment is already set up and running, red cross indicates if it's not yet there or disabled.
✅ Development: [rollekino.test](http://rollekino.test)
✅ Production: [rollekino.fi](https://rollekino.fi/)
## Setting it up initially
According to our handbook, you should have run `createproject`, inital setup by now. Your Vagrant machine (or macOS LEMP) should be up and running. If not, go back to [dudestack-instructions](https://github.com/digitoimistodude/dudestack-instructions) or [Dude handbook](https://handbook.dude.fi/wordpress-kehitys/projektin-aloitus) and read what you have do.
If dev environment is indeed running, you're ready to version control the project.
There are npm packages in both project root and theme folder. If you come later to this project, please run:
1. `composer install` (in project folder)
2. `npm install` (in project folder)
2. `npm install` (in theme folder)
Run project with `gulp`.