Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhoyer/little-wiki
A small wiki for you to host with firebase
https://github.com/vhoyer/little-wiki
Last synced: 24 days ago
JSON representation
A small wiki for you to host with firebase
- Host: GitHub
- URL: https://github.com/vhoyer/little-wiki
- Owner: vhoyer
- Created: 2018-11-04T23:32:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T07:38:11.000Z (about 6 years ago)
- Last Synced: 2024-12-15T18:49:42.585Z (29 days ago)
- Language: Vue
- Homepage: https://little-wiki.firebaseapp.com
- Size: 416 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# little-wiki
> A small wiki for you to host with firebase
## Build Setup
First of all you will need to create a file named `firebase.config.json` in the root of your project.
You can base it on the `firebase.config.json.exemple` bundled within this repo, but it's probably better
to log into your [firebase console](https://console.firebase.google.com) and get the content of it there.You can find it in here:
![image demonstrating where to get firebase.config.json content](docs/exemple.png)``` bash
# install dependencies
$ npm install
$ npm install --global firebase-tools# initial set-up
$ firebase use --add # and choose your project# 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 [Nuxt.js docs](https://nuxtjs.org).