Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 955 Bytes

File metadata and controls

40 lines (26 loc) · 955 Bytes

Fronteers Conference

This is the repository for the Fronteers Conference.

It is based on the eleventy-tailwindcss-alpinejs-starter by Greg Wolanski: A starter repository showing how to build a website with the Eleventy, Tailwind CSS, and Alpine.js.Learn more on CSS-Tricks: An Eleventy Starter with Tailwind CSS and Alpine.js

Getting Started

1. Clone this repository

git clone git@github.com:fronteers/fronteers-conference.git

2. Navigate to the directory

cd fronteers-conference

3. Install the dependencies

npm install

4. Build the project to generate the first CSS

This step is only required the very first time.

npm run build

6. Run Eleventy

npm start