Skip to content

Write, manage and read ... diary, events, and tasks with journo

Notifications You must be signed in to change notification settings

oyetanishq/journo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started


1. Using node

# Install the application dependencies
npm install

# Build the applicaion
npm run build

# Start the server
npm run start

2. Using docker

# Build the docker image
docker image build -t journo .

# Run the docker container
docker run -p 3000:3000 journo

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx.

login form preview diary preview events preview events responsive preview task preview task responsive preview