This is a project for Larry's Car Shop, a web application for showcasing and selling cars.
The project uses several constants defined in consts.ts
:
SITE_TITLE
: The title of the website, which is 'Larrys Car Shop'.SITE_IMAGE
: The URL of the site's logo image.CARS_URL
: The URL of the API endpoint that provides data about the cars on sale.
To get started with this project, clone the repository and install the dependencies:
git clone cd npm install
Then, start the development server:
npm start
The project should now be running at http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.