Uh oh!
There was an error while loading. Please reload this page.
docs: Add instructions for building and developing locally - #85
Conversation
✅ Deploy Preview for sern-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SrIzan10
left a comment
There was a problem hiding this comment.
check these out. you could also move this to a CONTRIBUTING.md file.
| sern's clean, modern, and user-friendly web interface. (now built with [Starlight](https://starlight.astro.build/)) | ||
| To build and develop the **sern-handler-website** locally, follow these steps: |
There was a problem hiding this comment.
"To build and develop the website locally, follow these steps"
| ### **Prerequisites** | ||
| 1. **Install Bun**: Bun is used as the package manager and runtime for this project. Install it from the official website: [https://bun.sh/](https://bun.sh/). | ||
| 2. **Node Version Manager (Optional)**: The `.nvmrc` file specifies the Node.js version. Use a version manager like `nvm` to ensure compatibility: |
There was a problem hiding this comment.
It was optional, but I'll remove it, mb
| To start a local development server: | ||
| ```bash | ||
| bun dev | ||
| ``` |
There was a problem hiding this comment.
everything under this is unnecessary
There was a problem hiding this comment.
OK, I'll remove the building and running locally part
| ``` | ||
| 2. **Install Dependencies**: | ||
| Bun uses the `bun.lockb` file to manage dependencies. Run: |
Uh oh!
There was an error while loading. Please reload this page.
| --- | ||
| ### **Steps to Build and Develop** |
jacoobes
commented
Jan 24, 2025
Let's keep it in the README.md |
SrIzan10
commented
Feb 28, 2025
hi there, will you fix the issues? if you want i can pick it up to merge this as soon as possible! |
Fixes#81