Getting Started
MindPress
Press your mind gracefully, which is powered by nuxt.js 3.0 and nuxt.js content 2.0. You can use it for your personal site.
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistDevelopment Server
Start the development server on http://localhost:3000
npm run devProduction
Build the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.