Svelma is a movie app built with SvelteKit and powered by the TMDb (The Movie Database) API. It provides a dynamic and interactive interface to explore movies, actors, and more.
Clone the repository
git clone https://github.com/Shuudy/b3-svelma.git
cd b3-svelma
Copy the .env.example
file and configure the environment
cp .env.example .env
Open the .env
file and insert your TMDB API key:
VITE_TMDB_API_KEY=your_tmdb_api_key
Install dependencies
npm install
Start the development server
npm run dev
Build for production
npm run build
Preview the production build
npm run preview
This project is powered by SvelteKit and uses the TMDb API for data.