Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smudger/blog-client
Yet another programming blog.
https://github.com/smudger/blog-client
Last synced: about 1 month ago
JSON representation
Yet another programming blog.
- Host: GitHub
- URL: https://github.com/smudger/blog-client
- Owner: smudger
- License: mit
- Created: 2020-05-08T19:51:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:36:39.000Z (about 2 years ago)
- Last Synced: 2023-03-05T04:37:18.299Z (almost 2 years ago)
- Language: Vue
- Homepage: https://blog.smudgeserve.net
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
= Smudgeblog (Client) image:https://github.com/smudger/blog-client/workflows/CI/badge.svg?branch=master["Build"] image:https://api.netlify.com/api/v1/badges/acb676a2-562b-473d-81c9-65238b65e429/deploy-status["Netlify Status", link="https://app.netlify.com/sites/smudgeblog/deploys"]
The client for smudgeblog.
== Getting Started
==== Project Dependencies
You will need to install the project dependencies by running the following command.
[source,sh]
yarn==== Local Development
A local development server can be run by running the following command.
[source,sh]
yarn dev==== Production Build
The app can be built for production by running the following command.
[source,sh]
yarn build