Coder Social home page Coder Social logo

aegis's Introduction

This is a Next.js project bootstrapped with create-next-app. This project is a part of stack exploration and pair programming.

Stacks:

  1. NextJs
  2. Redux toolkit
  3. Tailwindcss
  4. ESLint

Getting Started

To start working with this repository first fork this repository and clone forked project to your machine. Before any execution make sure to add this remote repository

$ git remote add [name for this remote i.e rizqyhbb] [email protected]:rizqyhbb/aegis.git

Check remote list for this repository and make sure there are at least 2 of it, 1 is origin (yours) and 1 is parent (i.e rizqyhbb)

$ git remote -v
origin    [email protected]:[yours]/aegis.git
rizqyhbb  [email protected]:rizqyhbb/aegis.git

Now you can start to install the dependencies, this project is pinned with Volta and using pnpm as package manager, if you are trying to install node manually please refer to package.json to see what's the engine version this project

$ pnpm install

Run the development server:

pnpm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Development Flow

Make sure to fetch the repository whenever you are starting to work to know the update for each remote repositories. And for any new feature / bug fix make sure to create branch from develop branch as it is for staging, main branch only used for production and hot fix

New Feature and Bug Fix

Create branch from develop branch and name it as the feature suppose to be for example:

feature/login-page
# or
feature/add-account
# or
bugfix/login-page

Commit

To create the best comit is to separate between work you've been done and use identifier below as your commit prefix

Add
Remove
Change
Fix

Push changes

PUSHING CHANGES TO YOUR REMOTE ONLY, NOT PARENT OR OTHER REPOSITORIES

Pull Request

After pushing your work, if it is new feature / bug fix create pull request to parent repo and target marge to develop branch

pull request
from feature/some-feature -> parent develop

if it is hot fix create pull request to parent repo and target merge to main branch

pull request
from hotfix/some-hotfix -> parent main

PR Review & Merge

Make sure to ask review to all other members and the last member to approve the pull request have to merge it.

aegis's People

Contributors

rizqyhbb 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.