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 5aa314e40e Finish blaze lisp article 2 weeks ago
.github/workflows Make tooltips render automatically 2 weeks ago
content/articles Finish blaze lisp article 2 weeks ago
public Finish blaze lisp article 2 weeks ago
src Add hardware articles 2 weeks ago
.gitignore Initial commit 5 months ago
README.org Create sections for software, hardware, algorithms 2 weeks ago
content.config.ts Use tags instead of subdescription, display date on articles 2 weeks ago
eslint.config.mjs Initial commit 5 months ago
nuxt.config.ts Finish blaze lisp article 2 weeks ago
package-lock.json Cleanup 2 weeks ago
package.json Cleanup 2 weeks ago
tsconfig.json Make tooltips render automatically 2 weeks 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