https://github.com/lukaszkups/raita-v01
Static site generator with web interface
https://github.com/lukaszkups/raita-v01
expressjs expressjs-api javascript nodejs vuejs vuejs2
Last synced: 6 months ago
JSON representation
Static site generator with web interface
- Host: GitHub
- URL: https://github.com/lukaszkups/raita-v01
- Owner: lukaszkups
- License: mit
- Created: 2017-10-05T11:29:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T10:55:22.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:45:03.817Z (over 1 year ago)
- Topics: expressjs, expressjs-api, javascript, nodejs, vuejs, vuejs2
- Language: JavaScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raita (writer, jap. ライター)
Static site generator with web interface
## First run
Enter the `/api` folder and run:
```
npm install
```
Then you can start api server:
```
node api/server.js
```