Giter Site home page Giter Site logo

aganeshen.com's Introduction

aganeshen.com

Next.js webapp powering aganeshen.com.

Developing

This repository uses Yarn as the package manager.

The package scripts include the default Next.js scripts to run the application in development (yarn dev), as well as producing and running a production build (yarn build and yarn start).

yarn install
yarn dev
# $ next dev
# ready - started server on 0.0.0.0:3000, url: http://localhost:3000
# ...

When updating the repository dependencies, ensure the packages are specified with fixed versions (e.g. "[email protected]"). When updating devDependencies with type definitions, ensure these packages use fixed versions as well. For all other devDependencies (scripts, utilities, etc.), use a version range that is appropriate for the package (e.g. "some-package@^1.0.0").

All sources should be contained in the src/ directory. For new pages, add a new page in src/pages. For new components, add the new component to its own directory within src/components. When making modifications to any of these files, re-run yarn prettier to ensure the formatting is consistent.

All commits should use conventional commits. This allows the release tooling (standard-version) to pick up the changes and determine the appropriate version bump for it.

Releases

Releases should be cut on the main branch when deploying new versions. To create a new release, simply run yarn release. This will generate the changelog for the release and tag the release version. Ensure that this commit and tag is pushed back to the repository.

yarn release
git push --follow-tags origin main

Deploying

Deployments are performed automatically on Netlify whenever there are changes to the main branch.

All changes to the main branch should end with a release commit. This allows Netlify to report the application version for each deployment.

aganeshen.com's People

Contributors

akshayganeshen avatar

Watchers

 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.