luna/README.md
2021-09-21 07:56:32 -04:00

548 B

Luna

My personal website.

Requirements

  • Node 14.x
  • Yarn 1.x
  • Gulp CLI

Building

This uses Gulp to build CSS and optimize images.

To build a development bundle:

foo@bar:~/luna$ gulp

The output will be in the dist/ folder.

To build a production bundle:

foo@bar:~/luna$ NODE_ENV=production gulp

Local Development Server

Build the website using the above commands, then run:

foo@bar:~/luna$ yarn dev

You will then be able to access the website on the provided URLs.