You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“eat(); sleep(); code(); repeat();” - Every Programmer
Running the program
Clone the repo through git clone git clone https://github.com/benson-fm/FUSION-Website in your terminal
Navigate to the directory of your FUSION-Website repo using the cd command. cd FUSION-Website
Run git checkout main and then git pull .
If you haven't opened this project on VSCode yet you can do code .
Create a branch off the dev branch in practice-fusite For the name of the branch, use what the title of this issue as. Use git checkout -b <insert_branch_name>.
Install the necessary dependencies through running npm install. Test that your application works by running npm run dev
Overview
“eat(); sleep(); code(); repeat();” - Every Programmer
Running the program
git clone https://github.com/benson-fm/FUSION-Website
in your terminalcd FUSION-Website
git checkout main
and thengit pull
.code .
git checkout -b <insert_branch_name>
.npm install
. Test that your application works by runningnpm run dev
Task
https://www.figma.com/design/EqVOg6i2403VobrJvadONm/FUSION-Website-Design-File?node-id=3329-4745&t=gOBO6xaDIDJd2RFa-4
Add the necessary fixes including adding the proper images and any other missing values that would make the page look nice
Support
Feel free to reach out to me for assistance.
The text was updated successfully, but these errors were encountered: