Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 552 Bytes

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