my personal website
Go to file
Luna 223b0b40ba
Initial Commit
2021-09-21 07:56:32 -04:00
src Initial Commit 2021-09-21 07:56:32 -04:00
.editorconfig Initial Commit 2021-09-21 07:56:32 -04:00
.gitignore Initial Commit 2021-09-21 07:56:32 -04:00
Gulpfile.js Initial Commit 2021-09-21 07:56:32 -04:00
LICENSE Initial Commit 2021-09-21 07:56:32 -04:00
README.md Initial Commit 2021-09-21 07:56:32 -04:00
package.json Initial Commit 2021-09-21 07:56:32 -04:00
tailwind.config.js Initial Commit 2021-09-21 07:56:32 -04:00
yarn.lock Initial Commit 2021-09-21 07:56:32 -04:00

README.md

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.