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

dmarcoux-archives/chess.dmarcoux.com

Repository files navigation

Netlify Status

Development

Built with Vue.js 2. The chessboard is from vue-chessboard.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Production

Host

The application is hosted on Netlify with the following settings:

  • Build command: npm run build
  • Publish directory: dist

Deploy notifications are commenting in pull requests whenever the deploy preview is ready. The notification's event is Deploy Preview succeeded.

Domain

The domain dmarcoux.com is managed on Cloudflare with a CNAME record for chess pointing to the default site name provided by Netlify. A custom domain is then set for chess.dmarcoux.com on Netlify.