Skip to content

Search experience layout built with Interface X Components

License

Notifications You must be signed in to change notification settings

empathyco/x-archetype

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Oct 3, 2024
Jan 24, 2023
Nov 18, 2024
Jan 23, 2023
Oct 3, 2024
Nov 25, 2024
Nov 25, 2024
Feb 9, 2022
Oct 3, 2024
Aug 3, 2020
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Sep 22, 2022
Mar 27, 2024
Jun 8, 2021
Jun 21, 2022
Sep 11, 2023
Oct 18, 2021
Oct 3, 2024
Oct 3, 2024
Nov 25, 2024
Nov 25, 2024
Sep 16, 2024
Jan 11, 2024
Apr 25, 2023
Jun 9, 2021
Oct 3, 2024
Oct 3, 2024

Repository files navigation

Interface X

License Created by

Welcome to the Interface X Archetype

What is this repository for?

The purpose of this repository is to be the starting point to a customer setup using the X Components. Please take a look at the documentation.

If you want to contribute to this project please keep in mind that it uses Conventional Commits for its commit messages.

How to install

This project is a default setup of the Interface X Components. To run the project and see the components up&running:

  1. Clone it to your local environment: git clone https://github.com/empathyco/x-archetype.git.
  2. Install the dependencies npm install
  3. Run the development server: npm run serve.
  4. Open http://localhost:8080.

Translations

This project has a couple a of npm commands which allow you to export/import the translations:

  • If you want to export to a .csv file the messages of the project:
npm run json:csv
  • If you want to import the translations in a .csv file to this project:
npm run csv:json

In that case you need to put the .csv files inside a folder called outputin the root directory.

License

Apache 2.0