Morningtide Consulting Website
This repository contains the code for the Morningtide Consulting website. It is built using Svelte, Typescript, Bun, and Sveltekit.
Features
- Form Data API: The website utilizes the PocketBase API to handle form data. This allows users to submit their information through the website's forms.
- Posts API: The website integrates with the Ghost CMS API to fetch and display blog posts. This allows the client to easily manage and update their blog content.
- Client Website Tracking: This repository serves as a version control system for the Morningtide Consulting website. It allows you to keep track of changes made to the codebase and collaborate with other developers.
Getting Started
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/jordanrobo/morningtide-consulting.git
- Install dependencies:
bun install
- Configure the PocketBase API and Ghost CMS API credentials in the appropriate configuration files.
- Start the development server:
bun --bun run dev