Skip to content

TRiBotWillB/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Will Baker's Personal Blog

This repository is a mono repo containing two projects: a Strapi CRM and a Nuxt.js frontend. The blog can be found at willbaker.tech.

Projects

  1. CRM - A Strapi CRM
  2. Frontend - A Nuxt.js app using SSR

Getting Started

To get started with either of the projects, follow the instructions below.

CRM

The CRM is built using Strapi, a headless CMS. To set it up:

  1. Navigate to the crm directory:
    cd crm
  2. Install the dependencies:
    npm install
  3. Start the development server:
    npm run develop

Frontend

The frontend is built using Nuxt.js with Server-Side Rendering (SSR). To set it up:

  1. Navigate to the frontend directory:
    cd frontend
  2. Install the dependencies:
    npm install
  3. Start the development server:
    npm run dev

About

Personal blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published