https://github.com/studiohyperdrive/studiohyperdrive-zender-wiki-embed
WIP. Application which makes it easy for the user to embed a Wikipedia article into their website.
https://github.com/studiohyperdrive/studiohyperdrive-zender-wiki-embed
Last synced: 9 months ago
JSON representation
WIP. Application which makes it easy for the user to embed a Wikipedia article into their website.
- Host: GitHub
- URL: https://github.com/studiohyperdrive/studiohyperdrive-zender-wiki-embed
- Owner: studiohyperdrive
- License: gpl-3.0
- Created: 2022-08-11T14:10:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T10:10:02.000Z (over 3 years ago)
- Last Synced: 2025-07-21T10:51:52.170Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.14 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zender Wikipedia embed
## General
This repo contains the source code to the Wikipedia embed application, this application is used for 2 purposes:
- Configurator for ToolForge (https://wiki-embed.toolforge.org)
- Script to preview Wikipedia articles
It is build with:
- node: `v16.14.0` (`lts/gallium`)
- yarn: `v1.22.5`
- npm: `v8.3.1`
For a complete list of packages and version check out the `package.json` file.
## Setup
1) Use the **Node version** specified in .nvmrc by running `nvm use` (or install `lts/gallium` manually).
2) **Install** all dependencies by running `yarn install` in the root of the project folder.
3) Run `yarn dev` to start the project.
### Yarn
The available commands for development are:
| command | runs |
| ------- | ------------------------------------------------------------------------------------------------------------- |
| dev | Starts the development server. |
| build | Makes a production build of the application. |
| start | Starts the node server used by Toolforge. |
| lint| Runs eslint with the configured settings. |
## Team
This project has been created by:
- Studio Hyperdrive: info@studiohyperdrive.be
It is currently maintained by:
- Milat Omed: milat.omed@studiohyperdrive.be