A directory of native-owned businesses.
Currently live at https://businesses.bynatives.app
Also accessible via: https://b.bynatives.app
To list your business on the site, any native business owner or representative of a native-owned business can request an inivite to the directory. Tribal or cultural affiliation may be asked upon requesting.
As stated in the FAQ Section of our About page:
A Native-owned businsess is a business whose owners are majority Native and whose business proclaims to be Native-owned or whose majority owners have Native citizenship.
The conditions of admission are subject to change. This app is a work-in-progress.
In order to run the project locally, you will need a .env
file at the root of your directory which has the Hasura URI for interacting with the backend database. An example of what your .env
file should look like is in .env.sample
.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint