Skip to content

sokq44/erasmus-website

Repository files navigation

Erasmus Website 🌐

This is a website built for summing up our school Erasmus program in Malaga, Spain.
We've spent there about three weeks and had internships in Spanish IT and Electronics companies.

Technologies 💻

  • Next.js
  • TypeScript
  • React
  • TailwindCSS
  • Docker

Running locally 👷‍♀️

To run erasmus-website locally, you will need to clone this repo:

git clone https://github.com/sokq44/erasmus-website

Then, install necessary dependencies using:

npm install

Now, try running it locally by typing:

npm run dev

Or you can also use Docker 🐳

docker build -t name-of-your-docker-repo .
docker run -p 3000:3000 name-of-your-docker-repo

Contributors 👨‍🔧