Skip to content

laurens-mesure/internationaal_project

Repository files navigation

Internationaal Project

This is the repository for the frontend web site for our international project.

Get started

Cors anywhere

To run this project you need to enable CORS-ANYWHERE. This does require Node.js If our server is running you don't need to enable cors-anywhere.

    git submodule add https://github.com/Rob--W/cors-anywhere.git
    cd cors-anywhere
    yarn install (OR npm install)
    node server.js

Let this run in the background.

⚛️ React

To get the frontend running all you need to do is run yarn 👍 (or npm 😳) to install dependencies and run the dev environment

    yarn install
    yarn start

✨ Or if you don't care about developing you can run the website from public directory

yarn build
cd build
chrome ./build/index.html

About

Repository to keep track of our international project pertaining phishing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages