Find the freshness of your package dependency
Ensure the following are installed on your system:
- Node.js: v18.x or later
- npm: v9.x or later
- Git: For cloning the repository
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/ryanzam/fresh-pkg.git
-
Navigate to the project directory:
cd fresh-pkg -
Install dependencies:
npm install
-
Start the application:
npm run dev
Access the application at http://localhost:5173 after starting the server.
- Code Style: Adheres to ESLint and Prettier standards for consistency.
- Build: Run
npm run buildto create a production build.
Run tests using the included test suite:
npm testContributions are welcome! Please fork the repository, create a feature branch, and submit a pull request. Ensure code follows project standards and includes tests.
