Skip to content

wtfush/istenith.github.io

 
 

Repository files navigation

ISTE-NITH

Getting Started

  1. Install the required dependencies with

    npm install
  2. First, run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

Used concurrently to run local development server and GraphQL server.

To test the GraphQL server (Apollo-Server) independently.

nodemon apollo-server.mjs

About

ISTE-NITH website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.3%
  • JavaScript 25.9%
  • MDX 17.6%
  • CSS 4.2%