Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.21 KB

readme.md

File metadata and controls

40 lines (34 loc) · 1.21 KB

Github Actions Test Status for tighten/postit

PostIt

A helpful list of sources to submit original content to.

Setup

  • Copy the repository to a local location (clone, fork, download)
  • Copy the .env.example file to .env
  • On the command line within the root directory of the site:
    • Run composer install to install dependencies for Laravel
    • Run npm install to install dependencies for Laravel Mix and other JavaScript packages
    • Run php artisan key:generate
    • Run php artisan migrate
    • Run php artisan db:seed

Installation

  1. Clone the repository locally
  2. Install dependencies with composer install
  3. Copy .env.example to .env and modify its contents to reflect your local environment
  4. Generate application key
php artisan key:generate
  1. Create DB and
php artisan migrate  
php artisan db:seed    

Tasks

  • Checklist for pre and post publish on our individual blog posts?
  • Find other places to apply it to
  • Use submissions to fill checkboxes on load
  • Add and delete submissions based on checkbox clicks
  • bigger checkboxes
  • Design