Skip to content

Everise Resources LLC Website

This repository contains the source code and assets for the Everise Resources LLC website.

Proprietary Notice

All code, content, and assets in this repository are proprietary and owned exclusively by Everise Resources LLC. Unauthorized use, copying, or distribution is prohibited.

Notes

  • This is a static website/landing page for Everise Resources LLC.
  • The repository is private and maintained solely under the ownership of Everise Resources LLC.

Developer Notes

This website is built through vitepress, more information on which can be found here: https://vitepress.dev/guide/what-is-vitepress

To test changes made to this website locally, follow these steps:

  1. Install all required dependencies for this project
bash
pnpm install
  1. Run this on local server (make sure that node version is >= 18)
bash
pnpm run dev