Skip to content

dynamicdevs/roots

Repository files navigation



roots.dynamicdevs.io

About The Project

Roots is a web application to centralized information and social network links to make them easy to manage. One link for your digital presence designed and developed by Dynamic Devs.

Build With

Infrastructure

Run The Project

  1. Clone the project

    git clone git@github.com:dynamicdevs/roots.git
    
  2. Navigate to path project

    cd roots
    
  3. Create .env file and add environment variables.

    NX_ACCESS_TOKEN=<your-contentful-access-token>
    NX_SPACE_ID=<your-contentful-space-id>
    NX_ENVIRONMENT=<your-contentful-environment>
    
  4. Install dependencies

    npm install
    
  5. Start project

    npx nx serve website
    

Using Relative Paths On Project

It’s recommended to use relative paths for a better project managing. E.g.

Without alias

import Icon from '../../elements/atoms/Icon';

With alias

import Icon from '@app/elements/atoms/Icon';

The alias is configured within tsconfig.json website app

{
  "baseUrl": ".",
  "paths": {
    "@*": ["./src/*"]
  }
}

Contributors


Community

Join to the conversation and help the community.

Contact

Dynamic Devs - business@dynamicdevs.io



Kofi button

About

Dynamic Links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •