https://github.com/leomssilva/upmedal-vtex
:technologist: VTEX IO challenge project in Hiring Coders #2
https://github.com/leomssilva/upmedal-vtex
Last synced: 3 months ago
JSON representation
:technologist: VTEX IO challenge project in Hiring Coders #2
- Host: GitHub
- URL: https://github.com/leomssilva/upmedal-vtex
- Owner: LeoMSSilva
- Created: 2021-08-21T22:40:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T01:21:18.000Z (about 3 years ago)
- Last Synced: 2024-12-31T00:23:59.730Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
Desafio UPMedal VTEX
[](https://github.com/LeoMSSilva)
[](https://github.com/LeoMSSilva)
[](#)
[](https://github.com/LeoMSSilva/UPMedal-VTEX/stargazers)
[](https://github.com/LeoMSSilva/UPMedal-VTEX/network/members)
[](https://github.com/LeoMSSilva/UPMedal-VTEX/graphs/contributors)---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)---
# :house: About
This project is about Hiring Coders VTEX IO + AWS challenge. It was based on the [Minimum Boilerplate Theme](https://github.com/vtex-apps/minimum-boilerplate-theme.git) and an attempt to clone the [UPMedal](https://www.upmedal.com) website interface.
---
# :dart: Installation
**First you need to install:**
- [Node.js](https://pt-br.nodejs.org/) (required)
- [Yarn](https://yarnpkg.com/) (required)**Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/UPMedal-VTEX.git
```Or by ssh, running this command:
```bash
git clone [email protected]:LeoMSSilva/UPMedal-VTEX.git
```SSH is a secure protocol, but you need to register a key ssh in your github before.
## :hammer_and_wrench: Install dependencies
```bash
yarn
```or
```bash
yarn install
```### Next
```bash
yarn global add vtex
```## :rocket: Getting Started
```bash
vtex browse
```---
# :computer: Techs
- Typescript
- VTEX IO---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [UPMedal-VTEX](https://github.com/LeoMSSilva/UPMedal-VTEX/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
---