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

https://github.com/petipois/journal-nuxt

Online Digital Journal
https://github.com/petipois/journal-nuxt

javascript nuxt nuxtjs nuxtjs-project supabase supabase-js

Last synced: 3 months ago
JSON representation

Online Digital Journal

Awesome Lists containing this project

README

        

# Nuxt 3 Online digital journal tutorial

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

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

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.