- First, clone this repo
git clone https://github.com/xplorer-io/xplorers-websitev2.git
- install the required packages
npm install
- run the dev server which runs at http://localhost:3000
npm run dev
# or
yarn dev
This is a community driven project, and we encourage everyone to contribute to such projects. However, for this project, one should have basic knowledge of web development ecosystem, such as,
- HTML
- CSS
- Javascript
- chakra-ui (specific to this project)
- NextJS (specific to this project)
We follow airbnb
style guide.
Please reach out to admin or maintainer of this project to get started.