tedbyron / home

Customizable home page with search shortcuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home

Customizable home page with search shortcuts

TODO:

  • better project name
  • conditional css import
  • homepage modules

Development

  • Clone the repo

    git clone https://github.com/tedbyron/home
    gh repo clone tedbyron/home
    
  • Install node 16 with your favorite node version manager

    nvm install --lts=gallium
    
  • Enable pnpm with corepack, or install it manually (https://pnpm.io/installation)

    corepack prepare pnpm@7.5.0 --activate
    corepack enable pnpm
    pnpm setup
    
  • Install all dependencies and start the development server

    pnpm i
    pnpm dev
    
  • View available scripts

    pnpm run
    
  • Build and run the website

    pnpm start
    

Reference

About

Customizable home page with search shortcuts

License:Apache License 2.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%