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
- Host: GitHub
- URL: https://github.com/petipois/journal-nuxt
- Owner: petipois
- Created: 2024-02-11T17:02:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-11T17:05:32.000Z (over 1 year ago)
- Last Synced: 2024-12-30T01:53:26.243Z (5 months ago)
- Topics: javascript, nuxt, nuxtjs, nuxtjs-project, supabase, supabase-js
- Language: Vue
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.