Skip to content

sorrrb/JSFunSpring2024

Repository files navigation

JavaScript Fundamentals

CanCode Communities Class

Spring 2024

This is the git repository for the class. It will be updated on a class by class basis.

You will submit your assignments by doing pull requests. You will need to create a Github account if you do not have one already. Fork this repository by clicking on the Fork button. Then clone your forked repository with this command, replacing YOUR-USERNAME with your Github username:

git clone https://github.com/YOUR-USERNAME/JSFunSpring2024.git

Add the original repository as a remote to your forked repository:

cd JSFunSpring2024
git config pull.rebase false
git remote add upstream https://github.com/AlbanyCanCodeCourses/JSFunSpring2024.git
git remote -v
# You should see your upstream set as https://github.com/AlbanyCanCodeCourses/JSFunSpring2024.git

If git asks you to signin with your username and password, then you will need to follow this guide on generating a personal access token. Give yourself access to all available scopes. You username will be your Github username and the password will be the token.

Finally, to run the tests for the exercises, you will need to install testing libraries:

npm install

Resources

About

CanCode Communities JavaScript Fundamentals Class - Spring 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •