KO
|
EN
gitlite — search
Search
#typescript
#python
#react
#llm
#nextjs
#deep-learning
#open-source
#linux
#llms
#solana
#mcp-server
#mcp
ocular
★ 53
Open GitHub ↗
forum search for scratch
Download README (.md)
Explore Similar Repositories
GPN_Graph-Few-shot
:
Implementation of CIKM2020 -- Graph Prototypical Networks for Few-shot Learning on Attributed Networks
traefik-dockerized
:
Dockerized Deployment of Traefik 2
html-css-wizardry
:
Source for the html-css-wizardry book
gcandle
:
quant framework 本地量化交易策略框架
SemartApiGateway
:
Simple Yet Powerful Api Gateway Based On Symfony Component
// 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
ocular
?
Download (.md)
# 🔍 ocular ocular is the search tool for the scratch forums. it's up at [ocular.jeffalo.net](https://ocular.jeffalo.net) ## behind the scenes - data from [DatOneLefty's ScratchDB](https://scratchdb.lefty.one/) - styling taken from [Maximouse](https://scratch.mit.edu/users/Maximouse)'s userstyle - big inspiration from [forums.scratchstats.com](https://forums.scratchstats.com) - nuxt because SSR - hosted at home - and obviously scratch! ## how to run you will need your own my-ocular server if you don't want to use production data, otherwise you can use the production my-ocular server by setting the `BACKEND_URL` env variable to `https://my-ocular.jeffalo.net`. keep in mind you will get cors errors unless you run the nuxt server on `localhost` port `8000` or `8001`. you can change the nuxt server port via the `PORT` env variable. ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ```