WebXDAO.github.io
WebXDAO.github.io copied to clipboard
WebX DAO - Website built with Next.js and Tailwind - Community Built. 🛸
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.
🚀 Getting Started
Before you begin, make sure to read our contributing guidelines.
Skip all the steps below by using Gitpod, which automates the setup process
1. Fork the repository
Fork the repository on the fork page.
2. Check the Node.js version on your local machine
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.
3. Clone this Repository
To clone this repository to your local machine, run the following command:
git clone https://github.com/<your-username>/WebXDAO.github.io.git
4. Navigate to the Directory
Change your working directory to the cloned repository:
cd WebXDAO.github.io
5. Install Dependencies
Install the required dependencies by running the following command:
npm install
6. Run Next.js
Start the Next.js development server with the following command:
npm run dev
Important Points to Remember
- 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.