Democratizing comics and meme culture, a Next JS application
This project was bootstrapped with create-next-app.
git clone https://github.com/DeolaJ/balloon-comics.git
cd balloon-comics
yarn install
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.
To generate build files for production,
yarn build
Coming Soon