The Gallery is a script for generating a static HTML page that allows easier sharing of provided photos and videos.
- Run
pnpm install
to install the dependencies. - Run
pnpm compile
to compile the TypeScript files.
- Add your photos and videos to the
public
folder. - Run
pnpm build
to createindex.html
in thepublic
folder. - Deploy the content of the
public
folder.
- Run
pnpm lint
to find problems in the source code.
- Run
pnpm format
to format the source code.
pnpm all
- runs lint
, format
, compile
and build
scripts.