My Startups and Code Repo - will have steps, branches, and various tutorials
This is a starter template for Learn Next.js.
-
Install VS Code: https://code.visualstudio.com/
-
Create SSH Key: ssh-keygen -t ed25519 -C "your-email@domain.com"
-
Create ssh key:
touch ~/.ssh/config -
Add to github:
pbcopy < ~/.ssh/id_ed25519.pub -
Install ZSH:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -
Install Node:
https://nodejs.org/en/download/ -
Install Yarn:
sudo npm install --global yarn -
Install Firebase CLI:
sudo npm install --global firebase-tools -
Firebase login:
firebase login -
Clone repo:
git clone https://github.com/startupsandcode/startupsandcode.git -
Run Yarn:
yarn -
Run Yarn Build:
yarn build
(this will output to public for deployment) -
Firebase Init:
firebase init
You'll need to change it for your hosting project.
- Firebase Deploy:
firebase deploy