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