1: Keep the project files somewhere in your local machine. 2: Open the project directory in your code editor. 3: Install all the dependencies. 4: Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.