A simple landing page for Command Pages, a graphical user interface for Linux commands. Feel free to modify for your landing pages, uses the free plan for Firebase for hosting and database. Just swap out credentials and add a Firebase database key for email_list
(or adjust as needed).
Check out an example site here
Install nodejs and npm.
To run locally on localhost:3000
:
npm start
Install firebase tools with npm install -g firebase-tools
.
To run locally with Firebase on localhost:5000
:
firebase serve
To deploy to Firebase on a live site:
firebase deploy
This project is licensed under the MIT License