Skip to content

Simple Nuxt CMS for my 3rd year high school semester project

License

Notifications You must be signed in to change notification settings

cernochmartin/cms-nuxt

Repository files navigation

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]

About

Simple Nuxt CMS for my 3rd year high school semester project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published