Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.05 KB

README.md

File metadata and controls

41 lines (35 loc) · 2.05 KB
Alma logo

Prerequisites

Development

To run a development server, open up a terminal window in the root directory of the project and run

pnpm dev

This will open a development webfront at localhost:3000.

Production

To build for production, open up a terminal window in the root directory of the project and run

pnpm build

This will compile all assets to a directory that can be served statically via NGINX. You can find the live demo of our site here.