Skip to content

by331works/static-pages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

536 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static sites

Structure

This repository structure is as follows

apps/      <-- web apps
packages/  <-- npm packages

Setup

Install Mise and then activate it via mise install.

Mise commands

This mise dev command watches both packages/ui and packages/svelte-markdown-preprocess for changes and rebuilds them automatically. It also launches a svelte-kit development server for the selected app, or root.immich.app if unspecified.

mise dev                 # launches root.immich.app
mise dev <app>           # launches <app>.immich.app

# examples
mise dev api
mise dev awesome
mise dev buy
mise dev get
mise dev my
mise dev root
mise dev ui
##

About

Sites and packages for Immich

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Svelte 50.5%
  • TypeScript 39.9%
  • Go 4.1%
  • CSS 1.5%
  • HCL 1.1%
  • HTML 1.1%
  • Other 1.8%