/seeable-tarlac

(WOP) A web base virtual tour compilation of tourist destination in Tarlac Province, Philippines

Primary LanguageTypeScriptMIT LicenseMIT

Seeable Tarlac

Getting Started

1. Clone this repository

  1. Clone this repository

    git clone https://github.com/zyndly/seeable-tarlac.git

2. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

3. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.

4. Commit Message Convention

This project is using conventional commits, it is mandatory to use it to commit changes.