Skip to content

akkshitgupta/sashakt-webapp

 
 

Repository files navigation

Sashakt web app

codecov Test status

This builds the test taker's frontend interface for the Sashakt platform.

Developing

Clone this repo and install dependencies with pnpm install, start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with npm run preview.

Deployment

This happens via CI/CD

About

Sashakt's test taker interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.4%
  • Svelte 35.4%
  • JavaScript 1.1%
  • Other 1.1%