Check the weather in a fully animated drawing style!
You can start using it by acessing this link.
Type a city, state, or country into search bar and see the magic!
Follow these steps to install and run the Sketch Weather locally:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/EdoanR/sketch-weather.git
-
Navigate to the project's directory:
cd sketch-weather
-
Install the project dependencies using npm or yarn:
npm install
or
yarn install
-
Once the dependencies are installed, start the local development server:
npm run dev
or
yarn run dev
This will launch the project in development mode, and you can access it by opening the link displayed in your console. It will probably be running on
http://localhost:5173/sketch-weather/
.
To build, use the following command:
npm run build
or
yarn run build
The build files will be located in the dist
folder.
You can check if the build is working by using the following command:
npm run preview
or
yarn run build