Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.13 KB

README.md

File metadata and controls

67 lines (51 loc) · 1.13 KB

MyTime

Custom Vertical Timeline for Notion

MyTime - Demo MyTime - Notion

Connect to Notion

Create .env File in server/

Add Notion Integration Token (NOTION_KEY, Notion-Integrations)
Add Database-ID (NOTION_DATABASE_ID, Open Database as Page -> ID in URL)

NOTION_KEY=secret_xxx
NOTION_DATABASE_ID=database_id

Docker

Start Containers

docker compose up -d

Build Images

docker compose build

Default Ports

  • Client/UI: 1030
  • Server/API: 1031

Project setup

Client (Frontend)

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Server (API)

npm install

Start Server

npm run start