Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 483 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 483 Bytes

Face the Facts

This repository contains the landingpage of Face The Facts.

Installation

  1. Clone this repository:
git clone https://github.com/FaceTheFacts/landingpage.git
  1. Install the Dependencies using
yarn install
or
bun install
  1. Run the project
yarn run start
or
bun run start
  1. Build for production
yarn run build
or
bun run build
  1. Serving the build
serve -s build