-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
254 changed files
with
8,521 additions
and
6,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"CurrentProjectSetting": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"ExpandedNodes": [ | ||
"" | ||
], | ||
"ExpandedNodes": [""], | ||
"PreviewInSolutionExplorer": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"components": "@/components", | ||
"utils": "@/utilities/utils" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Contributing to the SpaceYaTech Website Redesign Project | ||
|
||
<hr> | ||
|
||
Please note that we do have [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
|
@@ -19,25 +20,31 @@ We appreciate your interest in contributing to the SpaceYaTech website redesign | |
To set up your local development environment, follow these steps: | ||
|
||
1. Clone the project repository to your local machine: | ||
``` ssh | ||
|
||
```ssh | ||
git clone [email protected]:SpaceyaTech/SYT-Web-Redesign.git | ||
``` | ||
or | ||
``` HTTP | ||
|
||
or | ||
|
||
```HTTP | ||
git clone https://github.com/SpaceyaTech/SYT-Web-Redesign.git | ||
``` | ||
|
||
2. Navigate to the project directory: | ||
|
||
``` | ||
cd SYT-Web-Redesign. | ||
``` | ||
|
||
3. Install project dependencies: | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
4. Start the development server: | ||
|
||
``` | ||
npm run dev | ||
``` | ||
|
@@ -49,6 +56,7 @@ To set up your local development environment, follow these steps: | |
To work on a new feature or bug fix, follow these steps to create and switch to a new branch: | ||
|
||
1. Create a new branch based on the `main` branch: | ||
|
||
``` | ||
git checkout -b feature/your-feature-name | ||
``` | ||
|
@@ -67,6 +75,7 @@ To work on a new feature or bug fix, follow these steps to create and switch to | |
To push your changes to the upstream repository and make them available for review, follow these steps: | ||
|
||
1. Push your changes to your forked repository: | ||
|
||
``` | ||
git push origin feature/your-feature-name | ||
``` | ||
|
@@ -91,4 +100,4 @@ the changes you made and how they contribute to the overall project. | |
|
||
## Summary | ||
|
||
By following these guidelines, you can effectively contribute to the SpaceYaTech website redesign project. Your contributions are highly valued and appreciated. Thank you for helping us improve the website and create a better experience for our users! | ||
By following these guidelines, you can effectively contribute to the SpaceYaTech website redesign project. Your contributions are highly valued and appreciated. Thank you for helping us improve the website and create a better experience for our users! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": [ | ||
"./src/*" | ||
] | ||
} | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["./src/*"] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.