Skip to content

request-yo-racks/landing-page

Repository files navigation

landing-page

RYR landing page

Setup the project

Setup a directory to store the RYR projects:

export RYR_PROJECT_DIR="${HOME}/projects/request-yo-racks"

Clone the project:

  mkdir -p "${RYR_PROJECT_DIR}"
  cd "${RYR_PROJECT_DIR}"
  git clone [email protected]:request-yo-racks/landing-page.git

Prepare your development environment:

cd "${RYR_PROJECT_DIR}/landing-page"
npm i

Local development

To serve the project locally:

npm run dev

To test the project locally (i.e. running the full list of ci-tasks):

npm run ci

The scripts section of the package.json file will show you all the available commands.

About

RYR landing page

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published