Skip to content

BowenGeense/MovieShowcase

Repository files navigation

Movie Showcase

Prerequisites

Before running the code, ensure you have the following installed:

  • Node.js and npm (Node Package Manager)

Installation

  1. Navigate to the project directory:

    cd path/to/your/project
  2. Install npm dependencies:

    npm install
  3. Install dotenv package:

    npm install dotenv
  4. Install svelte-kit:

     npm install svelte-kit

Environment Setup

  1. Create a .env file in the root of your project directory.

  2. Add the following environment variables to the .env file:

    PRIVATE_API_BASE_URL=your_api_base_url
    PRIVATE_BEARER=your_bearer_token

Running the Project

  1. Sync SvelteKit:

    svelte-kit sync
  2. Start the development server:

    npm run dev

Your application should now be running. Open your browser and navigate to the provided local server URL to view the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •