cinekeeper-frontend The frontend for the cinekeeper website Getting Started Prerequisites npm Installation npm install Duplicate .env.example and name it to .env. Adjust vars if necessary. Development Deployment Build static version npm run build Upload to FTP server Start Server grunt serve Tests grunt test