- Node.js & npm - install with nvm
# Clone the repository
git clone <YOUR_GIT_URL>
# Navigate to the project directory
cd cruiseKube-frontend
# Install dependencies
npm i
# Start the development server
npm run devnpm run dev- Start the development servernpm run build- Build for productionnpm run build:dev- Build in development modenpm run lint- Run ESLintnpm run preview- Preview the production buildnpm start- Start the production server
Clone the repository and install dependencies as shown above. The development server will start on port 3000 with hot module replacement enabled.
Use your preferred IDE
Clone the repository and work locally using your IDE of choice.
Edit directly in GitHub
- Navigate to the desired file(s)
- Click the "Edit" button (pencil icon) at the top right of the file view
- Make your changes and commit
Use GitHub Codespaces
- Navigate to the main page of your repository
- Click on the "Code" button (green button) near the top right
- Select the "Codespaces" tab
- Click on "New codespace" to launch a new Codespace environment
- Edit files directly within the Codespace and commit and push your changes
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS