Skip to content

aboiyon/clotours

Repository files navigation

Hexa-Shop

Root for the new hexashop website(development) https://clotours-git-develop-aboiyon.vercel.app/

Built With

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

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 

Setup

  1. Clone the repo into a public GitHub repository (fork https://github.com/aboiyon/clotours/fork).

    git clone https://github.com/{yourusername}/clotours.git
  2. Go to the project folder

    cd clotours
  3. Install packages with npm

    npm i --legacy-peer-deps
  4. Set up your .env file

    • Navigate into the environments directory apps/clotours/src/environments
    • Duplicate and then Rename environment.ts.example to environment.ts
    • Duplicate and then Rename environment.prod.ts.example to environment.prod.ts
  5. Start the dev server

    ng serve

Releases

No releases published

Packages

No packages published