[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt3_mongoose_demo. simple startup project with nuxt3 mongoose and github or discord sso
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 77.7%
Vue 22.3%
2 2 0

Clone this repository

https://tangled.org/thoda.dev/nuxt3_mongoose_demo https://tangled.org/did:plc:2m5r5exs5hscx7nwlrfkrrxv
git@tangled.org:thoda.dev/nuxt3_mongoose_demo git@tangled.org:did:plc:2m5r5exs5hscx7nwlrfkrrxv

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Nuxt 3 Minimal Starter#

Look at the Nuxt 3 documentation to learn more.

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.