hollomancer / levers

A Living Database of Methods to Accelerate Science and Technology

Home Page:https://www.leversforprogress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Levers for Progress codebase

Developed by Anson Yu

Landing Page

This README file serves as basic documentation for the website to help future developers working on it.

Overview

This website uses:

  • NextJS as the overall framework
    • this makes it easy to find the file corresponding to a URL: just go to pages/[route]
  • TailwindCSS for styling
    • Tailwind Typography for blog post formatting

Moon Landing

Setup

Set up how you would a normal Node/React/NextJS project. After cloning the repo:

  • run npm i to install packages
  • run npm run dev to start a hot-refreshing preview at localhost:3000
  • run npm run build to build the site. This will be run when deploying, ex. by a CI/CD service. If the build is failing in CI/CD, it can be useful to test locally.

About

A Living Database of Methods to Accelerate Science and Technology

https://www.leversforprogress.com/


Languages

Language:TypeScript 82.7%Language:CSS 13.3%Language:SCSS 2.3%Language:JavaScript 1.7%