Skip to content

DanTheMinotaur/danieldevine.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

342 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

danieldevine.dev

Code for my personal website and blog.

Strapi V3 Backend

Vue V2 Frontend

Dev Mode

This will run both back and front end with hotswapping enabled. Both services will run on their default ports.

Frontend: http://localhost:8080/ Backend: http://localhost:1337

Run locally

nvm use v15.14.0
./dev.sh

Run with Docker Compose

docker-compose up

Production

Production images are built using:

docker build ./backend/. --tag dd-backend:latest
docker build ./frontend/. --tag dd-frontend:lates

More info on deployment

About

Code base for my website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors