Skip to content

pe-trik/charles-translator-web-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PREREQUISITES

NODEJS (v16.x)

Ubuntu

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

Windows

https://nodejs.org/en/download/

CONFIG PATH

// next.config.js
module.exports = {
	assetPrefix: '/translation',
}

RUN

npm i && npm run build && npm run start -- -p 8080

About

U4U hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • SCSS 8.5%