Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 583 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 583 Bytes

Cola Front

Setup

Install the required dependencies as usual

$ yarn

Sanity json file

Ensure ./sanity.json is updated from Github

Add configuration

Create a .env file in the project's root with the following keys

GTM_ID= /* Google Tag Manager ID */
BASE_URL= /* http://localhost:3000 || http://colabra.ai */

Running Project

To launch the development server

$ yarn dev

Building project (Static site generation)

$ yarn generate

then

$ yarn start