Root for the new hexashop website(development) https://clotours-git-develop-aboiyon.vercel.app/
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run the ElewaEducation Website.
- Node.js
- npm
- AngularCLI (run the command below to install globally)
npm install -g @angular/cli
-
Clone the repo into a public GitHub repository (fork https://github.com/aboiyon/clotours/fork).
git clone https://github.com/{yourusername}/clotours.git
-
Go to the project folder
cd clotours
-
Install packages with npm
npm i --legacy-peer-deps
-
Set up your
.env
file- Navigate into the environments directory
apps/clotours/src/environments
- Duplicate and then Rename
environment.ts.example
toenvironment.ts
- Duplicate and then Rename
environment.prod.ts.example
toenvironment.prod.ts
- Navigate into the environments directory
-
Start the dev server
ng serve