Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.31 KB

Nuxt CMS

Nuxt CMS is a lightweight free-to-use open-source CMS, which enables you to create simple blog websites fast and without much trouble.

Installation

  1. You need to have git, Node.js, and any package manager installed.
  2. 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.
  3. 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.
  4. 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> and SUPABASE_KEY=<key>. See here: ENV example.
  5. Now that you are all set, you can start using Nuxt CMS!

2024 - MIT licensed

Contact me: [email protected]