Skip to content

Commit

Permalink
new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Oct 21, 2022
1 parent 2f64f8d commit c53b23d
Show file tree
Hide file tree
Showing 31 changed files with 38,866 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hacktoberfest-react-project.code-workspace
25 changes: 25 additions & 0 deletions main-website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.hacktoberfest-react-project.code-workspace
hacktoberfest-react-project.code-workspace
16 changes: 16 additions & 0 deletions main-website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:
### `npm install`
### `npm\yarn start`


Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.


Discord for better contribution - [Join](https://discord.gg/xwRbDwnbMr)
Loading

0 comments on commit c53b23d

Please sign in to comment.