Skip to content

glitchedmob/motherhood-reclaimed-website

 
 

Repository files navigation

Motherhood Reclaimed Website

A website for Motherhood Reclaimed built with Craft CMS

Requirements

Setup

  • Create an empty MySQL database

  • Copy .env.example to .env

  • composer install

  • npm install

  • php craft setup

    • Fill out your database information
    • Choose the default options for everything else
    • Create a username and password. These credentials are for your machine only. They don't need to be unique
  • php craft migrate/all

  • php craft project-config/apply

  • Running the project

  • php craft serve 0.0.0.0:8000

  • npm run watch

    • Run in a separate terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 57.3%
  • Twig 26.3%
  • PHP 12.5%
  • JavaScript 2.8%
  • Shell 1.1%