Skip to content

jk377y/Anna-Leason-Associates

Repository files navigation

Anna Leason & Associates

Temp deploy link is available, hosted by Vercel:
Live Link: https://anna-leason-associates.vercel.app/

Description

This is a website for a local therapy and counseling office which provides information about the practice, the therapists, and the services offered. It also provides a way for clients to contact the office and request an appointment.

Table of Contents



Technologies Used


vite  react  javascript  css3 

Installation

To install this project, clone the repository locally and run npm install to install all dependencies. Then run npm run dev to start the development server. The project will be available at http://localhost:5173 (unless configured otherwise).

For Vercel deployment, the following files are required:
vercel.json

{
	"rewrites": [
		{
			"source": "/((?!api/.*).*)",
			"destination": "/index.html"
		}
	]
}

This has to do with the way Vercel handles routing. The file is named vercel.json which tells Vercel to rewrite all requests to the index.html file except for requests to the api folder. This is necessary because the api folder is handled by the server and not the client.

Questions

Portfolio: https://jk377y.dev



License

License: MIT
Copyright (c) 2023 James Kelly
Information on this license can be found at: (https://opensource.org/licenses/MIT)

About

Landing page for Anna Leason & Associates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published