Skip to content

Snap-Engineering-Academy-2024/SnapChatStarter

Repository files navigation

Final Project Starter

This will be the starter code for your final project! But first, we're going to spend a day making improvements to it. We'll use pull requests to manage this, and for that you'll need to be on your own branch. You can work in pairs or on your own.

Fork the Repository

Click on the Fork button: This is usually found in the top-right corner of the repository's page. This will create a copy of the repository under your own GitHub account.

Clone the Forked Repository

  1. Go to your forked repository on GitHub.
  2. Click on the green "Code" button and copy the URL.
  3. Open your terminal or Git Bash and run:
$ git clone https://github.com/your-username/repository-name.git
  1. Navigate to the repository directory

Install Yarn

  1. Run the following command to be able to run your program.
$ git yarn install

Set Up the Upstream Remote

  1. Add the original repository as a remote: This allows you to pull in updates from the original repository.
$ git remote add upstream https://github.com/Snap-Engineering-Academy-2024/SnapChatStarter.git
  1. Verify the new remote named 'upstream'
$ git remote -v

Add Supabase Environment Variable!

Get the code running! You'll need to rename .env.example to .env.local file. You should be able to reuse the Supabase keys from earlier's week project.

About

Getting ready for the showcase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16