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 76b7cc80c4
Update docker compose (changed to deploy)
2 years ago
assets Update README 2 years ago
components Update markdown styling 2 years ago
composables Update markdown to use markdown-it and highlight js (highlight codeblock) 2 years ago
layouts Added layout for note editing 3 years ago
middleware reformat with new prettier config 3 years ago
pages Update markdown to use markdown-it and highlight js (highlight codeblock) 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 3 years ago
Dockerfile Update docker compose (changed to deploy) 2 years ago
README.md Update README 2 years ago
app.config.ts reformat with new prettier config 3 years ago
docker-compose.yml Update docker compose (changed to deploy) 2 years ago
nuxt.config.ts Moved tailwind config to tailwind.config.ts (for intellisense) 2 years ago
package-lock.json Update markdown to use markdown-it and highlight js (highlight codeblock) 2 years ago
package.json Update markdown to use markdown-it and highlight js (highlight codeblock) 2 years ago
tailwind.config.ts Moved tailwind config to tailwind.config.ts (for intellisense) 2 years ago
tsconfig.json initialized the project 3 years ago

README.md

Todo/Notes App Made With Nuxt 3

Hosted on vercel (expects slow loading due to vercel's cold start)

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.