HR Documentation is a document sharing platform built from Nextra.
- Clone the repository:
git clone https://github.com/vnodesign/hrpenci.site
cd hrpenci.site
- Install dependencies:
pnpm install
-
Create a
.env
file similar to.env.example
. -
Run the development server:
pnpm dev
List of packages used in the project:
- @ducanh2912/next-pwa: Adds Progressive Web App (PWA) support to Next.js.
- @sentry/nextjs: Integrates Sentry error tracking with Next.js.
- clsx: A utility for constructing className strings.
- is-absolute-url: Checks if a URL is absolute.
- mini-svg-data-uri: Converts SVG to data URI.
- next-seo: Handles SEO in Next.js applications.
- next-sitemap: Generates a sitemap for Next.js projects.
- nprogress: Adds slim progress bars to Ajax applications.
- preact: Fast 3kB alternative to React.
- react-parallax-tilt: Implements a parallax tilt effect for React.
- sharp: High-performance image processing in Node.js.
This project is licensed under the MIT License. If you choose to use this project, you are free to customize it to your needs. However, it is kindly requested that you remove all images and content specific to this project before deploying it for your own purposes.