https://github.com/moovweb/wikipedia
Sample project - beginner example
https://github.com/moovweb/wikipedia
Last synced: 10 months ago
JSON representation
Sample project - beginner example
- Host: GitHub
- URL: https://github.com/moovweb/wikipedia
- Owner: moovweb
- Created: 2012-05-12T01:38:37.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T00:45:07.000Z (over 13 years ago)
- Last Synced: 2025-04-21T15:14:18.428Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wikipedia
A beginner project based around [the Wikipedia site](http://en.wikipedia.org). The project makes some changes to the homepage, including moving the featured image to the top of the page and changing the logo.
You can follow along with how this project is generated via the [fundamentals of site transformation tutorial](http://console.moovweb.com/learn/training/foundation/fundamentals).
## Basics
This project works with Moovweb's development framework. To get it running, navigate to the folder in your command line and start the server with the command: `sudo moov server --auto-hosts`.
See detailed documentaion at [the Moovweb site](http://console.moovweb.com).