Skip to Content
👋 Hey there! Welcome to the Next.js Starter. Check it out

Download Project

You can download our project from the following locations:

GitHub Repository

Click the button below to visit the GitHub repository and download the project:

Visit GitHub Repository

You can also clone the repository directly using Git:

git clone https://github.com/nautilus-ops/etov-core.git 

Installation and Running

  1. Clone Repository

    git clone https://github.com/nautilus-ops/etov-core.git cd etov-core
  2. Install Dependencies

    npm install # or pnpm install
  3. Start Development Server

    npm run dev # or pnpm dev
  4. Build Production Version

    npm run build # or pnpm build

System Requirements

  • Node.js >= 20.x
  • pnpm >= 9.x (recommended) or npm

Getting Help

If you encounter any issues during download or installation, please:

  1. Check GitHub Issues 
  2. Submit a new Issue describing your problem
  3. Refer to other sections of the project documentation

Thank you for your interest in our project!

Last updated on: