Skip to content

Atacha/Atacha-website

Repository files navigation

ATACHA

Welcome to ATACHA, we are a startup dedicated to facilitating the exchange of objects between people, as well as an e-commerce that provides a user-friendly solution with an intuitive UI.

Getting Started 🚀

1. Pre-requirements 📋

In order to start developing with us and improve the site, you must clone the front-end repository in this case:

  • Front-end:
git clone [email protected]:Atacha/Atacha-website.git

2. Installation 🔧

  1. Inside the "Atacha-website" folder

  2. Install the project dependencies with the following code:

npm install #or
yarn

3. Execution: ⚙️

Inside the "Atacha-website" folder, start the following code:

1. Running in production mode on the Front-end

npm run start #or
yarn start

2. Build production mode on the Front-end

Build production files

npm run build #or
yarn build

3. Run development mode on the Front-end

Run develop files

npm run dev #or
yarn dev

License 📄

This project is under the MIT License - look at the LICENSE.md file for details

Acknowledgments 🎁

  • Tell others about this project 📢.
  • Invite someone on the team to have a beer 🍺 or a coffee ☕.
  • Give thanks publicly 👨‍💻.