Skip to content

piman51277/piman.dev

Repository files navigation

piman.dev

piman's personal site

Installation

git clone [email protected]:piman51277/piman.dev.git
cd piman.dev
npm run setup
npm i
npm run build-all

Configuration

This is done with .env:

PORT=port
NODE_ENV=development,production
DOMAINS=domain1,domain2

Running

npm start

Adding Projects

There are multiple options:

  1. Git submodule
  2. Symbolic link
  3. Manual addition

In any case, the projects directory should contain sub-directories following the project specification.