Last updated
Customization checklist
This article provides a reference list of common customisations to aid you in development.
Table of Contents
The Sharetribe Web Template provides a great starting point for developing your marketplace. This article provides a reference list of articles and guides you can use when you start customising your marketplace's visual appearance, content and configurations.
Visual appearance
You can edit the default styles of the template via the branding tab in Console. For more advanced changes you can:
- Learn to style the template using CSS
- Learn more about the CSS architecture in the Sharetribe Web Template
Content and marketplace texts
In addition to customizing the default styles of your marketplace, it is also important to change the content and marketplace texts to reflect your brand and messaging. There are several places where you can edit the content and copy texts in your marketplace:
- Learn about marketplace texts
- Update your terms of service and privacy policy page
- Configure the footer of your marketplace in Sharetribe Console.
- Update the email templates: you will want to update the templates to reflect your brand and messaging.
Configuration
The configuration file of your marketplace template is a valuable resource that allows you to easily adjust a wide range of options in your marketplace. Configuration files can be found in the src/config directory. Before you begin modifying the configuration files, it is important to ensure that you have properly configured any environment variables that your marketplace uses. These variables are typically used to store sensitive information such as API keys, and must be set up correctly in order for your marketplace to function properly.
- Configure your environment variables. You
can also run
yarn run config
in the root directory of the template, which will walk you through the setup process. - Go through the configuration files of your marketplace following this guide
Other optional changes
In addition to customizing the default styles, content and copy texts, and configuration options of your marketplace, there are a number of other changes you may want to make. Some of these options include:
- Customize pricing
- Update your transaction process
- Create new static pages
- Update the routing in your marketplace
- Update transaction email templates. For more information, see Edit email templates with Sharetribe CLI tutorial and Email templates reference article.
- Add more content pages: How the templates render content pages using the PageBuilder
- Update other existing pages