The content in this repository is temporary, as we are working on a new web design for WebX DAO, which is available in the website v3 project.
If you need any assistance, please feel free to message us on Discord.
Before you begin, make sure to read our contributing guidelines.
Fork the repository on the fork page.
Ensure that you have Node.js installed. You can check the Node.js version by running the following command:
node --version
If Node.js is not installed, you can download it from nodejs.org.
To clone this repository to your local machine, run the following command:
git clone https://github.com/<your-username>/WebXDAO.github.io.git
Change your working directory to the cloned repository:
cd WebXDAO.github.io
Install the required dependencies by running the following command:
npm install
Start the Next.js development server with the following command:
npm run dev
- Make sure your local environment has Node.js installed, with a minimum version of 16 (node >= v16).
- If you need to change the Node.js version for your development environment, you can use a version manager like nvm.