Skip to content

Source code for my personal website.

Notifications You must be signed in to change notification settings

eokic/eokic.com

Repository files navigation

eokic.com

TODO: Public intro

Technical requirements

  1. nvm
  2. Bun or an equivalent like yarn
  3. Strapi API (sorry, this part is closed-source because reasons)

Setup

  1. create and configure the .env based on .env.example
  2. symlink Strapi's uploads in eokic.com/public/ with ln -s ../../eokic.cms/public/uploads ./

Development

⚠️ Note: a configured, up & running Strapi instance is a prerequisite.

  1. nvm i
  2. bun install
  3. bun run dev