Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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