Application to display shipping quotes of an ecommerce. 🚛
In order to use this software on your workstation, you must meet the following requirements:
- Node.js LTS v14.15+
Type in your console
node -v
and check your current version. In the absence of its installation, enter the following link. - Yarn v1.22.5+
Type in your console
yarn -v
and check your current version. In the absence of its installation, enter the following link.
Note:
This project can be run with or without Docker
- Clone the repository.
$ git clone https://github.com/rotcax/shipit-admin.git
- Onto to the downloaded repository folder.
$ cd shippit-admin
- Install all dependencies.
$ yarn
- Run the application.
$ yarn dev
- Clone the repository.
$ git clone https://github.com/rotcax/shipit-admin.git
- Onto to the downloaded repository folder.
$ cd shippit-admin
- Grant file permissions (only linux or osx).
$ chmod +x run-image.sh
- Run image.
$ ./run-image.sh
- For use application write following information
email: [email protected] password : 12345678
Environment variables can be created within the application, copy the contents of the .env.local.example file and start setting the variables
$ cp .env.local.example .env.local