This is the frontend application for an Event Organizer Prediction system, utilizing Nuxt.js, PostgreSQL, and Node.js.
Before you begin, ensure you have the following installed on your machine:
-
Clone the repository to your local machine:
git clone https://github.com/IchsanHanifdeal/Hanzu-frontend.git
-
Navigate to the project directory:
cd Hanzu-frontend
-
Install dependencies using Yarn:
yarn install
-
Create a copy of the
.env.example
file and name it.env
:cp .env.example .env
Update the
.env
file with any configuration settings related to the frontend. -
Start the application in development mode:
yarn dev
This will launch the Nuxt.js development server and make the application accessible at
http://localhost:3000/
.
Make sure to set any necessary environment variables in your .env
file specific to the frontend.
yarn dev
: Start the development server.yarn build
: Build the application for production.yarn start
: Start the application in production mode.yarn generate
: Generate static files for deployment.
Feel free to contribute to the project. Follow the contribution guidelines for more information.
This project is licensed under the MIT License.