Skip to content

Commit

Permalink
Merge pull request #39 from WebXDAO/new-docs
Browse files Browse the repository at this point in the history
docusaurus
  • Loading branch information
KukretiShubham authored Apr 5, 2022
2 parents 7407c34 + 8b1bc4b commit f804aea
Show file tree
Hide file tree
Showing 45 changed files with 22,674 additions and 480 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
132 changes: 0 additions & 132 deletions CODE_OF_CONDUCT.md

This file was deleted.

142 changes: 0 additions & 142 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

43 changes: 29 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
# Blockchain Developer Path
# Website

Here you will learn how to become one of the Dapp Developers and collaborate with other people inside of web3community. We gather content about Blockchain developers. You don't need to see all the resources, but choose what content is best for you.
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

## 🎓 Learn
### Installation

- Get started with Web 3.0 and become Blockchain Developer [here](/learning-guide/beginner.md)
- Access the medium level guide to become Blockchain Developer [here](/learning-guide/medium.md)
```
$ yarn
```

For more information, you can directly ask in our [Discord](https://discord.gg/TSRwqx4K2v) community.
### Local Development

## 💰 Free Training
```
$ yarn start
```

- You can access the free training [here](/free-training/training.md).
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## 🚀 Build Projects
### Build

If you already have decentralized applications and need development support to continue your goal. You can onboard your applications on <https://stakes.social/>
```
$ yarn build
```

### 🤔 What is Stakes.social?
This command generates static content into the `build` directory and can be served using any static contents hosting service.

Stakes.social is a platform where you can register your OSS to Dev Protocol and stake registered OSS projects. Unlike other donation services, Dev Protocol is designed for the benefit of both supporters as well as developers by staking. Thanks to this system, developers find it easy to ask people for aid, which results in continuous support.
### Deployment

<a href="https://docs.devprotocol.xyz/en/stakes-social/"><img width="179" src="https://user-images.githubusercontent.com/17464685/129601828-fd461e84-bee7-4293-8fd6-f9cd3692f8ad.png"></a>
Using SSH:

Thanks to all creators and developers out there for giving good content! 🖤
```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
7 changes: 7 additions & 0 deletions docs/Getting started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 1
slug: /
title: 🚀 Gettting Started
---
# Getting Started
[WebXDAO](https://webxdao.github.io/) is a community that focus on the future of the web. Here you will learn how to become a blockchain developer while having fun with other community members. Blockchain Developer is an interesting field, in demand and the latest trend in the tech industry. Here you will get to interact with some great folks and learn blockchain technology together. This community is in its initial stage so you can show your leadership skills and help for everyone's success. The community is powered by [Dev Protocol](https://devprotocol.xyz/).
Loading

0 comments on commit f804aea

Please sign in to comment.