Justus Ojala b16ea3d5de Translate the freshman page hero
also removed the link to the bachelor programme info package. It is in finnish only, and is largely not applicable to exchange students and master fuksis
2025-05-20 21:21:50 +03:00
2021-08-22 18:49:22 +03:00
2025-05-20 21:21:50 +03:00
2021-03-15 20:40:06 +02:00
2022-01-17 22:06:10 +02:00
2021-11-11 21:04:46 +02:00
2021-08-23 18:44:24 +03:00
2022-05-19 22:37:15 +03:00
2022-02-18 06:05:47 +02:00
2025-05-04 09:06:19 +03:00
2021-12-10 01:24:33 +02:00
2022-01-13 02:09:53 +02:00
2021-12-10 01:24:33 +02:00
2021-03-04 20:35:54 +02:00
2021-12-09 21:11:14 +02:00
2022-07-25 00:07:27 +03:00
2023-10-03 19:30:18 +03:00
2023-02-01 13:47:44 +02:00
2022-12-21 16:41:50 +02:00
2021-12-03 02:14:24 +02:00
2021-11-11 21:46:34 +02:00
2021-12-03 02:14:24 +02:00
2021-05-07 22:15:17 +03:00
2021-05-07 22:15:17 +03:00
2021-06-28 15:11:31 +03:00
2022-07-25 00:07:27 +03:00

Web 2.0 Frontend

This is a Next.js project bootstrapped with create-next-app.

Installation

Install node v16 with Node Version Manager.

Set up your SSH key authentication in GitLab Profile Settings. Then clone the repository and checkout the master branch:

git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-frontend.git
cd web2.0-frontend
git checkout master

Create local env file for development and install dependencies:

cp .env.local.example .env.local
npm install

Getting Started

Development

Run the dev-server:

npm start

Open http://localhost:3000 with your browser to see the result.

You can start editing the website by modifying source files. The page auto-updates as you edit the file.

Production

npm run build
npm run start-prod
  • Build app once (HMR disabled)
  • App served @ http://localhost:80

All commands

Command Description
npm run dev Build app continously (HMR enabled) and serve @ http://localhost:3000
npm run start (alias of npm run dev)
npm run build Build app to /.next/
npm run start-prod Serve built app (HMR disabled) @ http://localhost:80
npm run test Run e2e tests verbose with Chrome
npm run test:e2e Run end-to-end tests with Headless Chrome
npm run lint Run Typescript and CSS linter
npm run lint:es Run Typescript linter (ESLint)
npm run lint:css Run Stylelint (CSS linter)

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Aalto-yliopiston Sähköinsinöörikilta ry

S
Description
Web 2.0 Frontend. React, Typescript.
Readme MIT 48 MiB
Languages
TypeScript 97.9%
HTML 1%
JavaScript 0.8%
Dockerfile 0.3%