Read more on https://notes.atinux.com
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Copy the .env.example
to .env
and update the variables to your own.
Note that you need a Nuxt UI Pro license to build the application for production.
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
Once you created your GitHub repository with this template, you can connect to it, then add those env variables:
PASSWORD=<your-password>
NUXT_SESSION_PASSWORD=<a-32-characters-long-password>
NUXT_UI_PRO_LICENSE=<your-license>
Then, setup the build command on CloudFlare Pages to be:
nuxt build
The output directory is: dist/
Next, you need to link a KV namespace to the deployment, the binding should be named KV
.
That's all ✨
MIT - Sébastien Chopin