pbpyrojust / loanpro-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Planner Pro logo

EventPlannerPro.net

Event Planner Pro stats

How to clone and run the website locally

Install Git, NODE, NPM and yarn if you don't them already

Git clone via Terminal to a directory
git clone git@github.com:pbpyrojust/.git

In the directory you cloned the repo to: Install with NPM

npm install

In the directory you cloned the repo to: Install with Yarn

yarn

To start developing: Either of these commands will boot up your local sever and should give you a URL of localhost:1313

Develop with NPM

npm run start

Develop with Yarn

yarn start

To generate the site HTML:

Build with NPM

npm run build

Build with Yarn

yarn build

npm run start will run two commands parallel:
npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch

Has paginated Categories and Tags. Markdown files will automatically convert images put into /assets folder to .webp images.

Image shortcodes for webp as well.

{{< imgc src="img-name.jpg" alt="Place alt text here." >}}

Form

To use the form, visit FormSubmit.Co. Locate the contact form in "content/contact.md", and update the form action with the email address you want on this line: action="https://formsubmit.co/your@email.com" method="POST"

About

License:Apache License 2.0


Languages

Language:CSS 64.4%Language:HTML 29.7%Language:JavaScript 5.9%