This is the source for http://jsonprima.surge.sh
- Clone the repository
git clone https://github.com/jsonprima/jsonprima-website.git
- Run
yarn
to install dependencies.
This project is based on create-react-app
template. See the official docs for the available scripts.
When you are ready for a new commit run yarn cm
instead for git commit
. This script will guide you through an automated process using conventional commits.
- Run
yarn build
to build the static assets. - This project use surge.sh for hosting.
cd
into thebuild
folder and runsurge
.
The source code is primarily distributed under the terms of the MIT license.
See LICENSE.md for details.