https://github.com/adlonymous/adlonymous-wikirocket
https://github.com/adlonymous/adlonymous-wikirocket
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adlonymous/adlonymous-wikirocket
- Owner: adlonymous
- Created: 2023-04-29T11:02:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T11:05:44.000Z (about 3 years ago)
- Last Synced: 2025-08-23T10:37:21.634Z (10 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Next.js project created by adlonymous, using create-next-app. It is an application using the Wikipedia API to act as a search engine for Wikipedia pages.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.