Coder Social home page Coder Social logo

nerderla-atomic-design's Introduction


Logo

NERDEAR.LA ATOMIC DESIGN WORKSHOP


Explore the docs »

Table of Contents

Resources

*Please ask for access to this resource with the team

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

A list of things that you need to install for run the project.

brew install yarn

If you're a Windows user, download the installer.

Environment Variables

Environment variables are defined in Dotenv files. Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.

For the build to run successfully, you will need to create a .env that contains the following data:

NEXT_PUBLIC_CF_SPACE_ID=
NEXT_PUBLIC_CF_ENV=
NEXT_PUBLIC_CF_DELIVERY_ACCESS_TOKEN=

For security reasons, the specific values are not included in this README and the files are not checked in to source control.

Installation

  1. Clone the repo
git clone https://github.com/RGADigital/Nerderla-Atomic-Design
  1. Install NPM packages
yarn install
  1. Start the server
yarn dev

Run

  • Storybooks To test all the components that are being used on the site, use storybooks.
$ yarn storybook
  • Linting
$ yarn lint
  • Development
$ yarn dev
  • Production (with server)
$ yarn install
$ yarn build
$ yarn start

Opening in Development Container

Open the cloned project in VS Code. Once you open it, you will see a popup with the text Folder contains a Dev Container configuration file. Reopen folder to develop in a container., click the Re-open in Container button and a new Docker container will be created and dependencies will be automatically installed for you.

Tools

*It is strongly recommended that you integrate these tools into your editor or IDE.

Contributing and Workflow

This are our basics steps for start working in this project.

  1. Clone the Project
  2. Create your Feature branch from develop (git checkout -b feature/___)
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin feature/___)
  5. Open a Merge Request

nerderla-atomic-design's People

Contributors

ivanhuay avatar maxrga avatar

Stargazers

 avatar

Watchers

James Cloos avatar Nick Coronges avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.