Giter Site home page Giter Site logo

init-website-old's Introduction

INIT Dashboards

INIT Dashboards serves as a dedicated website for hosting organization information ranging from upcoming events, program updates, job positings, and more!

Initialization

Make sure the most recent version of NodeJS is installed on your local device.

  1. Clone the repo.
git clone https://github.com/dabarcenas6921/init-dashboard.git
  1. Install the necessary dependencies
npm install
  1. Add required environment variables to a local .env file at the root of your local instance.

    • NOTE: Refer to the team if they are unknown or access is required.
  2. Initialize Prisma Database

npx prisma db push

Pull Requests

Branching

  1. Ensure you are up-to-date with main:
git pull
  1. Create a new remote branch for any new changes.
git checkout -b <branch-name>
  • Switch between branches:
git switch <branch-name>

Creating a Merge Request

  1. Stage changes:
git add <file-name>

OR (to stage all changes):

git add .
  1. Set a commit message.
git commit -m "<message>"
  1. Create merge request
git push origin
  • NOTE: An approval of the changes is required before completing the merge.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

init-website-old's People

Contributors

dabarcenas6921 avatar alejandro-cartagena avatar zeshankhatri avatar yadibelly avatar angeloboggio avatar pjumper avatar hassani-jr avatar maseh87 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.