Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

k1tikurisu/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myblog

This is my personal blog.

🛠️ Setup

Requires Docker or Node.js

Use Docker

  docker-compose build
  docker-compose up -d
  # geting into a Docker container's shell
  docker-compose exec web ash
  cd ./usr/src/app/app
  # install dependencies
  yarn install
  # serve with hot reload at localhost:3000
  yarn dev

Use Node.js

  cd app
  # install yarn via npm
  npm install -g yarn
  # install dependencies
  yarn install
  # serve with hot reload at localhost:3000
  yarn dev

⚡ Use of Technology

  • Nuxt.js
  • Nuxt Content
  • Tailwind CSS
  • Docker Compose