An open API service indexing awesome lists of open source software.

https://github.com/mamboer/cdz.life

一起关爱抽动症儿童。A public welfare website concerned with the growth of children with tic disorder.
https://github.com/mamboer/cdz.life

Last synced: 3 months ago
JSON representation

一起关爱抽动症儿童。A public welfare website concerned with the growth of children with tic disorder.

Awesome Lists containing this project

README

        

# About

A public welfare website concerned with the growth of children with tic disorder.

## Setup

Install dependencies:

```bash
pnpm install
```

## Development

```bash
pnpm dev
```

## Edge Side Rendering

Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments.

Look at all the available presets [here](https://v3.nuxtjs.org/guide/deploy/presets).

```bash
pnpm build
```

## Static Generation

Use the `generate` command to build your application.

The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.

```bash
pnpm generate
```

## Preview build

You might want to preview the result of your build locally, to do so, run the following command:

```bash
pnpm preview
```