Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 892 Bytes

File metadata and controls

49 lines (31 loc) · 892 Bytes

🕮 Table of contents

🦚 Getting Started:

1. Installation & setup

Setup a Paon project and add a first website

System Requirements

  • Linux
  • Requires Node.js v22 or later

Installation

  1. Clone the repo
git clone https://github.com/Nebulaevo/Paon.git
  1. Move to the root & install dependencies
cd Paon/
npm install
  1. Build the core scripts
npm run core:build

Add a Website

Let's create a first website, let's call it martin-music :

npm run site:add martin-music

This will create a basic demo site to test our setup.

See rules about website names for more informations.



🕮 Table of contents Project Structure ➡️