🤖 Introduction ⚙️ Tech Stack 🔋 Features 🤸 Quick Start 🚀 Author 🚀 Status 📄 License 🎁 Acknowledgments
This is an open-source team stack overflow
You can follow these steps to set up the project locally on your machine.
Prerequisites 📋
You'll need Git and Node.js (which comes with NPM) installed on your computer.
[email protected] or higher
[email protected] or higher
[email protected] or higher
Also, you can use pnpm instead of NPM ☝️
[email protected] or higher
Cloning the Repository
From your command line, first clone Simplefolio:
# Clone the repository
$ git clone https://github.com/ShahJabir/dev_error
# Move into the repository
$ cd dev_error
Installation and Running the Project
# Remove the current origin repository
$ git remote remove origin
After that, you can install the dependencies either using NPM or pnpm.
Using NPM: Run the below commands.
# Fix Dependencies
$ pnpm audit --fix
# Install dependencies
$ pnpm install
# Start the development server
$ pnpm start
Once your server has started, go to this URL http://localhost:{PORT}/
to see the portfolio locally.
This project is licensed under the MIT License - see the LICENSE.md file for details
This is a just learning purpose project.