Code mod to be used for the 2020 Celeste Spring Community Collab.
Setup instructions:
Feel free to ask 0x0ade or another Everest maintainer or repo manager in the collab Discord server for read-write access on this repository.
Developing directly on the master branch is only allowed if you've forked the repo or if absolutely necessary.
If you've got read-write access to the repo:
- Make sure you've got the FNA version of Celeste + Everest installed.
cdto your mods folder.git clone https://github.com/EverestAPI/SpringCollab2020.git- ... or if you prefer SSH,
git clone git@github.com:EverestAPI/SpringCollab2020.git
- ... or if you prefer SSH,
- Open the
.slnin VS.
If you want to submit contributions the old-fashioned way:
- Fork this repository.
- Make sure you've got the FNA version of Celeste + Everest installed.
cdto your mods folder.git clone URL- Make sure to replace
URLwith the URL to your fork. - Click on the green "Clone or download" button to obtain the URL.
- Make sure to replace
- Open the
.slnin VS. - Submit pull requests (PRs).