Currently, two official plugins are available: IDK
Before you begin, ensure you have the following installed:
- Node.js: version X.X.X or higher
- Yarn: version X.X.X or higher (install via
npm install --global yarn
if needed)
To set up and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/RobotCakes/Post_Office_DB.git
-
Install dependencies:
yarn install
-
Start the development server:
yarn dev
To install Node.js, follow these steps:
-
Download Node.js from the official website: Node.js Downloads
-
Choose the LTS version for stability.
-
Run the installer and follow the instructions for your operating system.
- For macOS: You can also use Homebrew:
brew install node
- For macOS: You can also use Homebrew:
-
Verify the installation:
node -v npm -v
To install Yarn, follow these steps:
-
Install Yarn using npm (Node.js package manager):
npm install --global yarn
- For macOS: You can also use Homebrew:
brew install yarn
- For macOS: You can also use Homebrew:
-
Verify the installation:
yarn -v
- Start the app:
yarn dev
- Build the app for production:
yarn build
- Lint your code:
yarn lint
- Start the server:
yarn server