glorious-codes / glorious-pitsby-website

Pitsby Website

Home Page:https://pitsby.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pitsby Website

Contributing

  1. Install Node. Download the "Recommend for Most Users" version.

  2. Clone the repo:

git clone git@github.com:glorious-codes/glorious-pitsby-website.git
  1. Go to the project directory
cd glorious-pitsby-website
  1. Install the project dependencies
npm install
  1. If you want to just build the project, run:
npm run build
  1. Otherwise, run:
npm run start

The app will be running on http://localhost:9000.

Tests

  1. Ensure that all code that you have added is covered with unit tests:
npm run test
  1. You can optionally generate coverage report after running tests:
npm run test -- --coverage

About

Pitsby Website

https://pitsby.com


Languages

Language:JavaScript 70.2%Language:Stylus 17.2%Language:HTML 12.3%Language:Shell 0.3%