Nuxt CMS is a lightweight free-to-use open-source CMS, which enables you to create simple blog websites fast and without much trouble.
- You need to have git, Node.js, and any package manager installed.
- To install Nuxt CMS locally, simply run
git clone https://github.com/cernochmartin/nuxt-cms
in your terminal or download the repository as a ZIP file here: GitHub repository. - Once installed, go to the root of the project and install the dependencies with your package manager installation script, for example with npm, run:
npm install
. - Next, head over to the Supabase website and create a project. Once you create a project, pick the project URL and anon_key and paste it into and ENV file in your local project like this:
SUPABASE_URL=<url>
andSUPABASE_KEY=<key>
. See here: ENV example. - Now that you are all set, you can start using Nuxt CMS!
2024 - MIT licensed
Contact me: cernochm@outlook.cz