Skip to content

yuxinqi-chan/blog

Repository files navigation

A blog with nuxt and directus backend

deployed at the www.compilesoul.com.

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build
# after build success
npm run start

Look at the Nuxt 3 documentation to learn more.