You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
TZGyn b47971cc82
Added header avatar dropdown
2 years ago
assets Added hidden scrollbar class 2 years ago
components Added header avatar dropdown 2 years ago
composables Update markdown to use markdown-it and highlight js (highlight codeblock) 2 years ago
layouts Update login layout 2 years ago
middleware reformat with new prettier config 3 years ago
pages Update notes page to use element plus 2 years ago
plugins reformat with new prettier config 3 years ago
server/api Update api notes.ts return values 2 years ago
.dockerignore Update docker compose (changed to deploy) 2 years ago
.env.example added .env example 3 years ago
.gitignore added yarn 3 years ago
.prettierignore update prettier config 3 years ago
.prettierrc.yaml Update prettier config 2 years ago
Dockerfile Update docker compose (changed to deploy) 2 years ago
README.md Update README (click to view app) 2 years ago
app.config.ts reformat with new prettier config 3 years ago
app.vue Convert login form to use element plus 2 years ago
docker-compose.yml Update docker compose (changed to deploy) 2 years ago
nuxt.config.ts Added element plus component library 2 years ago
package-lock.json Added element plus component library 2 years ago
package.json Added element plus component library 2 years ago
tailwind.config.ts Added element plus component library 2 years ago
tsconfig.json initialized the project 3 years ago

README.md

Todo/Notes App Made With Nuxt 3

Hosted on Linode using docker

Click here to view the app

Preview (currently dark mode only)

Homepage

homepage

Editor

editor

Markdown Render

markdown

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.