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 aebff49be9 Fix article image path on index page 10 months ago
.github/workflows Make tooltips render automatically 10 months ago
content/articles Order articles by date DESC 10 months ago
public Create personal website blogpost 10 months ago
src Fix article image path on index page 10 months ago
.gitignore Initial commit 1 year ago
README.org Cleanup 10 months ago
content.config.ts Fix article image path on index page 10 months ago
eslint.config.mjs Initial commit 1 year ago
nuxt.config.ts Persistent color theme 10 months ago
package-lock.json Cleanup 10 months ago
package.json Cleanup 10 months ago
tsconfig.json Make tooltips render automatically 10 months 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