Skip to content
/ atinotes Public template
forked from atinux/atinotes

An editable website with universal rendering on the edge (CF workers).

License

Notifications You must be signed in to change notification settings

antfu/atinotes

 
 

Repository files navigation

Atinotes

Read more on https://notes.atinux.com

Nuxt UI Pro

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

npm run dev

Copy the .env.example to .env and update the variables to your own.

Production

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.

Deployment on Cloudflare Pages

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.

KV example on CloudFlare

That's all ✨

License

MIT - Sébastien Chopin

About

An editable website with universal rendering on the edge (CF workers).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.0%
  • TypeScript 31.0%
  • JavaScript 17.0%