Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 561 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 561 Bytes

Ralix + Tailwind + Parcel

Starter Kit to build modern static websites fast

Powered by:

Install

Requirements

  • Node.js
  • Yarn

Clone this repository (or use the GitHub template button), then cd into the folder and install all dependencies:

> yarn install

Dev

> yarn dev

Open your browser at http://localhost:1234.

Build

> yarn build