THIS IS WEBSITE FOR CODE 2024 K-RISMA x FILKOM
Before you begin, ensure that you have the following installed:
- Node.js (>= 12)
- npm (comes with Node.js)
-
Open your terminal and navigate to the directory where you want to clone the project.
-
Execute the following command to clone the project from GitHub:
git clone https://github.com/faracutrisfa/CODE2024.git
Replace
https://github.com/faracutrisfa/CODE2024.gitwith the actual URL of the repository.
-
Change your current directory to the project's root folder:
cd CODE2024 -
Install the necessary JavaScript dependencies using npm:
npm install
-
Start the development server:
npm run dev
This will start a development server, and you can view the website in your browser at
http://localhost:3000.
To build the project for production, run:
```shell
npm run build
```
This will create an optimized build of your project in the `dist` folder.
If you have any questions or concerns regarding this project or the instruction provided in this repository, please do not hesitate to contact one or many of the Maintainers of this project 🙂.
Happy coding!