Welcome to the StacksAway repository! Stacksaway utilizes React.js, a JavaScript library, for its frontend, integrating Contentful, a headless CMS for backend operations. All the content you see on the website is being fed using the contentful api
Before you begin, ensure you have the following installed on your local machine:
Open your terminal and run the following command to clone the repository:
git clone https://github.com/your-username/StacksAway.git
Replace your-username
with your GitHub username.
Navigate to the project directory:
cd StacksAway
Install project dependencies:
npm install
[Include any additional setup steps...]
After the setup is complete, you can run the project with the following command:
npm run dev
Visit http://localhost:5173
in your web browser to view the project.
If you want to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/your-feature
. - Submit a pull request.
[This project's design is inspired by huyng on youtube but in react js ]
Feel free to reach out if you have any questions or encounter issues on (https://twitter.com/souviktwts/) Happy coding!