Skip to content

Instructions Compile (F5 Experience)

Jord Gui [SSW] edited this page Nov 16, 2023 · 2 revisions

Requirements

Get Started

Navigate to website code:

cd content

Install the project's dependencies:

bun install

Build the project:

bun run build

Note - if an error comes up involving the installation of the package sharp while the next-image-export-optimizer is running, you'll need to postinstall sharp:

cd node_modules/sharp
bun install

Run the project locally:

bun run dev

Local URLs

http://localhost:8080/: browse the website