Welcome to the Life Itself primary repo. This repo powers the LifeItself.org website using Flowershow and NextJS.
/ # standard flowershow template app installed
/content/ # content for the site
/
is the flowershow and nextjs based webapp that creates the life itself website (mainly using content!)
/content/
most of the content including digital notebook/garden (recommending editing in obsidian)
- Open terminal
- See if you have node
# this result in a node prompt # if command not found then you do not have node node # check version >= 16 node --version
- If you do not have node do:
brew install node
In the site
folder (this folder)
npm install
npm run dev
You can then open the development server at http://localhost:3000