Skip to content

kenyasue/amidanote

Repository files navigation

Amidanote

Amidanote is nextjs based note app which you can take a note in markdown format as also organize and publish.

Try SaaS version now

Open https://amidanote.com/ then go to the app

Start a development server

  1. Clone the source code from github
git clone https://github.com/kenyasue/amidanote.git
  1. Install dependencies
npm install
  1. Create config file
cp .env_sample .env
  1. Edit .env
nano .env

And change following lines to absolute path

UPLOADS_PATH=***
BASE_PATH=***
  1. Start databases server in docler
cd docker/
sudo docker-compose up -d
  1. Start the server
npm run dev
  1. Open http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published