/balloon-comics

Democratizing comics and meme culture in web3

Primary LanguageTypeScriptMIT LicenseMIT

Balloon Comics Product

Democratizing comics and meme culture, a Next JS application

This project was bootstrapped with create-next-app.

Instructions

Getting Started

git clone https://github.com/DeolaJ/balloon-comics.git
cd balloon-comics
yarn install

Development

To run the local server,

yarn dev

The prettier, and eslint libraries are used for formating and error checking. Install their corresponding vscode extensions to use with VSCode.

Using the .env.example as a reference, create a local env file with your Cloudinary Cloudname.

Production

To generate build files for production,

yarn build

Test

Coming Soon