A straightforward research project vault.
To get started, run the following command:
# Install pnpm globally (if not already installed)
npm install -g pnpm
# Start the development server
pnpm run dev --host
Once the development server is running, you can test the project by accessing it through the following URLs:
- Local Development: http://localhost:5173/
- Live Deployment: https://research-vault.vercel.app/
Feel free to explore and utilize the research vault for your project needs.
The CSS follows the BEM methodology and utilizes CSS nesting for unique cases using Svelte Class hash-based component-oriented styling.