Skip to content

richardkrikler/MyTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published