Skip to content

SIT-Careers-Project/sit-careers-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started


Run the development server:

npm run dev
# or
yarn dev

Start project by docker-compose

  1. For frist time
docker-compose -f docker-compose.local.yml up --build
  1. Next time
docker-compose -f docker-compose.local.yml up

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Fix lint

yarn lint

or if you want to format document you can use yarn format

Run cypress

with cli for CI/CD use:

yarn run cypress run
# or
npm run cypress run

with Browser use:

yarn run cypress open
# or
npm run cypress open

About

Front-end repository for developing senior project

Resources

Stars

Watchers

Forks

Packages

No packages published