Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created landing page using react framework #283

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,46 @@

# dependencies
/node_modules
<<<<<<< HEAD
.env
/.pnp
.pnp.js
/.yarn
.yarn/
=======
/.pnp
.pnp.js
>>>>>>> c3bafaf (created landing page using react framework)

# testing
/coverage

# production
/build
<<<<<<< HEAD
/dist
=======
>>>>>>> c3bafaf (created landing page using react framework)

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
<<<<<<< HEAD
.env
=======
>>>>>>> c3bafaf (created landing page using react framework)

npm-debug.log*
yarn-debug.log*
yarn-error.log*
<<<<<<< HEAD
yarnrc.yml


# Local Netlify folder
.netlify
=======
>>>>>>> c3bafaf (created landing page using react framework)
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
<h1 align="center">FOSSC Documentation 😃</h1>

<p align="center">
Expand Down Expand Up @@ -191,11 +192,17 @@ This project needs a ⭐️ from you. Don't forget to leave a star ⭐️
# Getting Started with VITE

This project was bootstrapped with [VITE](https://vitejs.dev/).
=======
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
>>>>>>> c3bafaf (created landing page using react framework)

## Available Scripts

In the project directory, you can run:

<<<<<<< HEAD

### `npm install -g yarn`
Install all dependencies. This project uses yarn as the package manager. If you don't have yarn installed, you can install it by running the above command.
Expand All @@ -207,24 +214,47 @@ Then, install all dependencies by running the above command.

Runs the app in the development mode.\
Open [http://localhost:8080](http://localhost:8080) to view it in your browser.
=======
### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
>>>>>>> c3bafaf (created landing page using react framework)

The page will reload when you make changes.\
You may also see any lint errors in the console.

<<<<<<< HEAD
### `yarn test`

Launches the test runner in the interactive watch mode.\

### `yarn build`

Builds the app for production to the `dist` folder.\
=======
### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
>>>>>>> c3bafaf (created landing page using react framework)
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

<<<<<<< HEAD

### `yarn eject`
=======
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`
>>>>>>> c3bafaf (created landing page using react framework)

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

Expand All @@ -236,6 +266,36 @@ You don't have to ever use `eject`. The curated feature set is suitable for smal

## Learn More

<<<<<<< HEAD
You can learn more in the [VITE documentation](https://vitejs.dev/guide/).

To learn React, check out the [React documentation](https://reactjs.org/).
=======
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
>>>>>>> c3bafaf (created landing page using react framework)
1 change: 1 addition & 0 deletions fosscu.org
Submodule fosscu.org added at 26ec90
Loading