Skip to content

serob111/pharmtest

Repository files navigation

AptekaOne

This project uses Vite and supports multiple environments (Development, Developer, QA, Production).

📦 Installation

Install AptekaOne with npm

  npm install

🌍Environment Variables

Each environment has its own .env file:

Development → .env.development

Developer → .env.developer

QA → .env.qa

Production → .env.production

🚀 Starting the project

Run in Development mode

 npm run dev

Run in Developer mode

  npm run developer

Run in QA mode

  npm run qa

Run in Production mode

  npm run production

🏗️ Build commands

Default build

 npm run build 

Build in dev mode

 npm run build:dev

Build in Developer mode

 npm run build:developer

Build in QA mode

 npm run build:qa

Build in Production mode

  npm run build:prod 

✅ Testing & Code Quality

To run tests, run the following command

  npm run test

Check for linting issues

  npm run lint

Format code automatically

  npm run format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages