- Node.js (v14 or higher)
- npm or yarn
-
Clone or navigate to the project directory:
cd oreon-site -
Install dependencies:
npm install
-
Build the CSS:
npm run build
-
For development with auto-reload:
npm run dev
-
To serve the site locally:
npm run serve
The site will be available at
http://localhost:3000