KO
|
EN
gitlite — search
Search
#php
#java
#python
#javascript
#ruby
#shell
#html
#jquery
#linux
#nodejs
#r
#ios
pyqs
★ 78
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
goji
:
Commitizen-like Emoji Commit Tool written in Go and AI commit message generator (think cz-emoji and other commitizen adapters but in go) 🚀
react-canvas-editor
:
React version of canvas editor
YyFlight.ToDoList
:
✍【.NET8 MongoDB 待办清单系统】.NET8 MongoDB从入门到实战基础教程,该项目后端使用的是.NET8、前端页面使用Blazor、使用MongoDB存储数据,更多相关内容大家可以看目录中的MongoDB从入门到实战的相关教程。该系列教程可作为.NET Core入门项目进行学习,感兴趣的小伙伴可以关注博主和我一起学习共同进步。
langchainjs-quickstart-demo
:
Build a generative AI application using LangChain.js, from local to Azure
resilience4j-spring-boot3-demo
:
A Spring Boot 3 demo which shows how to use the Resilience4j Spring Boot 3 Starter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pyqs
?
Download (.md)
# PYQ Archive This is a student contributed and maintained repository of GEHU question papers. ## Contribute Pyqs See [contribution guide](https://gehuhaldwani.github.io/pyqs/contribute/) ## Credits <https://gehuhaldwani.github.io/pyqs/about/> --- # Local Development ## Requirements Bun.js or Node.js >= v24.XX ## Steps 0. Clone `gh-pages` branch ```sh git clone --branch gh-pages --single-branch https://github.com/gehuhaldwani/pyqs.git pyqs-web ``` 1. Change directory ```sh cd pyqs-web ``` 2. Clone `main` branch ```sh git clone --branch main --single-branch https://github.com/gehuhaldwani/pyqs.git pyqs-web/pyqs ``` 3. Install dependencies ```sh bun i ``` 4. Run ```sh bun --bun dev ``` 5. Build ```sh bun --bun run build ```