/crowdround

Application that helps women/latinx/black/youth entrepreneurs with existing businesses gain access to crowdfunding capital and mentorship/coaching to meet short-term business goals.

Primary LanguageJavaScriptMIT LicenseMIT

logo

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

Simple NextJS PWA boilerplate.

Contents

Installation

ℹ️ This project is bootstrapped from NextSimpleStarter Repo. Clone Repo:

git clone https://github.com/tdotholla/crowdround.git
cd crowdround

Development Workflow

Start a live-reload development server:

yarn dev

or

npm run dev

Generate a production build:

yarn build

or

npm run build

Deploy to Now

now dev

For production, update alias in the now.json ie "alias": "crowdround.now.sh",

now

Deploy to Now/Heroku

Deploy to now

Heroku Just follow Mars's Guide and you're good to go 👏

Deploy to Netlify

  • On netlify, Click on new site from git.
  • Select Cloned Repository.
  • Choose VCS.
  • Add build command npm run export.
  • Add publish directory out.

Contribution

To contribute to this project, email theHilmar@gmail.com

License

MIT