This repo is for my submission for the Outerbase X Hashnode hackathon, which took place during September 1 - September 30, 2023
Hashnode article: Creating an Application with Outerbase
**Node version 16.8 or later
**macOS, Windows (including WSL), and Linux are supported.
git clone https://github.com/trace2798/outerbase_quotes/tree/master
npm i
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
To build your application |
start |
Starts a production instance of the app |