https://github.com/atinux/atinotes
An editable website with universal rendering on the edge.
https://github.com/atinux/atinotes
cf-pages esr nuxt nuxt-template nuxt-ui nuxt-ui-pro nuxthub vue vue3 workers
Last synced: 3 months ago
JSON representation
An editable website with universal rendering on the edge.
- Host: GitHub
- URL: https://github.com/atinux/atinotes
- Owner: atinux
- License: mit
- Created: 2023-02-08T16:29:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T13:48:57.000Z (3 months ago)
- Last Synced: 2025-04-02T11:50:10.404Z (3 months ago)
- Topics: cf-pages, esr, nuxt, nuxt-template, nuxt-ui, nuxt-ui-pro, nuxthub, vue, vue3, workers
- Language: Vue
- Homepage: https://notes.atinux.com
- Size: 1.62 MB
- Stars: 170
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Save your Markdown notes online with Atinotes 🖌️
Read more on https://notes.atinux.com
[](https://ui.nuxt.com/pro)
[](https://admin.hub.nuxt.com/new?template=atinotes)
## Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm 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](https://ui.nuxt.com/pro) to build the application for production.
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## Deploy
### With NuxtHub
You can deploy this template directy on your CloudFlare account with zero configuration with the [NuxtHub Console](https://console.hub.nuxt.com) and get a free `.nuxt.dev` domain.
```bash
pnpx nuxthub deploy
```Once deployed, you can manage your project by running:
```bash
pnpx nuxthub manage
```Then add the following environement variables:
```
ADMIN_PASSWORD=
NUXT_SESSION_PASSWORD=
NUXT_UI_PRO_LICENSE=
```Once saved, the deployment will be updated with the new environment variables.
### Manually on Cloudflare Pages
Once you created your GitHub repository with this template, you can connect to it, then add those env variables:
```
ADMIN_PASSWORD=
NUXT_SESSION_PASSWORD=
NUXT_UI_PRO_LICENSE=
```Then, setup the build command on CloudFlare Pages to be:
```bash
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 :sparkles:
## License
[MIT](./LICENSE) - Sébastien Chopin