This portal was created to guide VTEX employees on writing and content standardization guidelines, ensuring quality and uniformity in the company's communication.
This project utilizes the following technologies:
- React and Next.js for building the interface
- Algolia for searching and indexing Markdown files
- content-portal-content as the source repository for content
To set up the development environment, follow these steps:
-
Clone this repository:
git clone https://github.com/vtex/vtex-content-style-guide.git cd vtex-content-style-guide
-
Install dependencies:
yarn install
-
Start the development server:
yarn dev
-
To generate a production build:
yarn build
This repository is public and accepts contributions from company members. If you wish to contribute, follow these steps:
- Fork the repository
- Create a branch for your changes:
git checkout -b my-change
- Make the necessary modifications
- Commit and push your changes:
git push origin my-change
- Open a Pull Request and wait for review 🚀
If you have any questions or suggestions, feel free to open an issue! 😊