Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-adams/emacs-tutor
An interactive, guided tour of Emacs
https://github.com/p-adams/emacs-tutor
Last synced: 2 days ago
JSON representation
An interactive, guided tour of Emacs
- Host: GitHub
- URL: https://github.com/p-adams/emacs-tutor
- Owner: p-adams
- Created: 2017-11-05T06:05:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T06:07:58.000Z (about 7 years ago)
- Last Synced: 2024-11-07T22:43:37.839Z (about 2 months ago)
- Language: Vue
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emacs-tutor
> An interactive, guided tour of Emacs
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).