mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
65 lines
2.8 KiB
Markdown
65 lines
2.8 KiB
Markdown
# Sharetribe Flex Template for Web
|
|
|
|
[](https://circleci.com/gh/sharetribe/flex-template-web)
|
|
|
|
This is a template web application for a Sharetribe Flex marketplace ready to be extended and
|
|
customized. It is based on an application bootstrapped with
|
|
[create-react-app](https://github.com/facebookincubator/create-react-app) with some additions,
|
|
namely server side rendering and a custom CSS setup.
|
|
|
|
## Quick start
|
|
|
|
If you just want to get the app running quickly to test it out, first install
|
|
[Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/), and follow along:
|
|
|
|
```sh
|
|
git clone git@github.com:sharetribe/flex-template-web.git # clone this repository
|
|
cd flex-template-web/ # change to the cloned directory
|
|
yarn install # install dependencies
|
|
yarn run config # add the mandatory env vars to your local config
|
|
yarn run dev # start the dev server, this will open a browser in localhost:3000
|
|
```
|
|
|
|
You can also follow along the
|
|
[Getting started with FTW](https://www.sharetribe.com/docs/tutorials/getting-started-with-ftw/)
|
|
tutorial in the [Flex Docs website](https://www.sharetribe.com/docs/).
|
|
|
|
For more information of the configuration, see the
|
|
[FTW Environment configuration variables](https://www.sharetribe.com/docs/references/ftw-env/)
|
|
reference in Flex Docs.
|
|
|
|
**Note:** If you want to build your own Flex marketplace on top of the template, you should fork the
|
|
repository instead of cloning it. See the
|
|
[How to Customize FTW](https://www.sharetribe.com/docs/guides/how-to-customize-ftw/) guide in Flex
|
|
Docs.
|
|
|
|
## Getting started with your own customization
|
|
|
|
If you want to build your own Flex marketplace by customizing the template application, see the
|
|
[How to Customize FTW](https://www.sharetribe.com/docs/guides/how-to-customize-ftw/) guide in Flex
|
|
Docs.
|
|
|
|
## Deploying to Heroku
|
|
|
|
**Note:** Remember to fork the repository before deploying the application. Connecting your own
|
|
Github repository to Heroku will make manual deploys easier.
|
|
|
|
See [documentation about deploying to Heroku](./docs/deploying-to-production.md#deploying-to-Heroku)
|
|
for more information.
|
|
|
|
[](https://heroku.com/deploy)
|
|
|
|
## Documentation
|
|
|
|
We are currently moving documentation to the Flex Docs site, so at the moment part of the
|
|
documentation is in this repository and part is in the Flex Docs site.
|
|
|
|
See the Flex Docs site: https://www.sharetribe.com/docs/
|
|
|
|
Rest of the documentation can be found in the [docs directory](docs/).
|
|
|
|
## License
|
|
|
|
This project is licensed under the terms of the Apache-2.0 license.
|
|
|
|
See [LICENSE](LICENSE)
|