Skip to content

erase2004/museum-landmark

Repository files navigation

Museum Landmark

Landmark page for the Museums of ACGN Stock


Project Preview

ACGN Museum


This project is currently built on


Usage Guide

Project setup

yarn install

Compile images into webp

yarn webp

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lighthouse benchmark (mobile)

yarn lh:mobile

Lighthouse benchmark (desktop)

yarn lh:desktop

Project Directory Explanation

/src               - root directory of source code
/src/js            - JavaScript source code
/src/css           - CSS source code
/src/assets        - root directory of static files
/src/assets/icons  - icons
/src/assets/images - pictures
/public            - development output directory
/dist              - production output directory