Skip to content

jenhjlim/three.js_BrunoSimons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three.js_BrunoSimons

  • How to generate a SSH-key & add it to GitHub

    • ssh-keygen -t rsa -C [e-mail address]
    • Copy it the info that shows up after entering cat ~/.ssh/id_rsa.pub (Reference)
      • The key should start with ssh-rsa
    • Add it to GitHub: Settings > SSH and GPG keys > SSH Keys
  • Run a local server

    • npm i (npm install) in terminal
    • npm run dev in terminal
  • Go live with Vercel

    • npm i (npm install) in terminal
    • add "deploy": "vercel --prod" in package.json
    • npm i vercel in terminal
    • npm run build in terminal
  • Projects on live

  • Changing a commit message

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published