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

Test #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Test #47

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# website-expo-2018

How to setup the project?

Commands

1) In your terminal, navigate to the folder.

2) Run command "npm run"

3) Dependencies (Run list of commands to ensure all dependencies are met)
- node
- npm install
- npm install yarn
- npm audit fix

4) If you encountered a missing dependency called "webpack". Perform the actions below :
To fix the dependency tree, try following the steps below in the exact order:

1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder.
2. Delete node_modules in your project folder.
3. Remove "webpack" from dependencies and/or devDependencies in the package.json file in your project folder.
4. Run npm install or yarn, depending on the package manager you use.
1 change: 1 addition & 0 deletions mentorlink.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Mentor registration</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://blockchainsociety.typeform.com/to/Hz7jzx"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>