docs: Add instructions for building and developing locally#85
Open
mdimado wants to merge 1 commit intosern-handler:mainfrom
Open
docs: Add instructions for building and developing locally#85mdimado wants to merge 1 commit intosern-handler:mainfrom
mdimado wants to merge 1 commit intosern-handler:mainfrom
Conversation
✅ Deploy Preview for sern-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
SrIzan10
requested changes
Jan 24, 2025
Member
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: |
Member
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: |
Author
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 | ||
| ``` |
Member
There was a problem hiding this comment.
everything under this is unnecessary
Author
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: |
|
|
||
| --- | ||
|
|
||
| ### **Steps to Build and Develop** |
Member
Let's keep it in the README.md |
Member
|
hi there, will you fix the issues? if you want i can pick it up to merge this as soon as possible! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #81