Todo app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Riyyi 6ac81c61d9 Cleanup 1 month ago
.github/workflows Make tooltips render automatically 1 month ago
content/articles Add Table of Contents (TOC) to article pages 1 month ago
public Persistent color theme 1 month ago
src Cleanup 1 month ago
.gitignore Initial commit 6 months ago
README.org Cleanup 1 month ago
content.config.ts Attempt at Markdown page rendering 1 month ago
eslint.config.mjs Initial commit 6 months ago
nuxt.config.ts Persistent color theme 1 month ago
package-lock.json Cleanup 1 month ago
package.json Cleanup 1 month ago
tsconfig.json Make tooltips render automatically 1 month ago

README.org

Website

Website, written in Typescript.

Usage

Setup

Install dependencies:

$ npm install

Development Server

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

$ npm run dev
$ npm run dev -- -o  # automatically open in the browser

Production

Build for production:

$ npm run build     # for server-side rendering or hybrid
$ npm run generate  # for static site generation

Locally preview production build:

$ npm run preview  # requires building first!

Reference: nuxt/docs/deployment#client-side-only-rendering

Libraries

Todo