seamuslowry / real-true-science-facts

Home Page:https://realtruesciencefacts.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real True Science Facts

This is a website to compile real, true science facts that are definitely real and should be believed without question or investigation.

Getting Started

  1. Install nvm
  2. Ensure you're using the correct node version with nvm install && nvm use
  3. Install dependencies npm i
  4. Run the development server npm run dev
  5. Open http://localhost:3000 with your browser to see the result

Facts

All facts are stored in /public/facts.tsx. To add a new fact, add a line to the CSV file where the first column is the fact and the second column is a unique slug for the fact. If the fact contains a comma, you must enclose the fact in quotes to ensure it is the first column.

Deployments

The main site is deployed at https://realtruesciencefacts.com. When a PR is created, CI/CD will create a feature branch deployment and comment the deployed URL on completion.

About

https://realtruesciencefacts.com


Languages

Language:TypeScript 61.0%Language:HCL 30.3%Language:CSS 6.1%Language:JavaScript 2.5%