Skip to content

Max1385/webpage

 
 

Repository files navigation

GitHub license

Webpage

This project was forked from here.

Make code work

To run the project, Node.js is required.
To begin with:

npm i

Then run the following in the terminal or in the project folder (in File Explorer) using Windows PowerShell.

npm run build

If you receive the following message, execute the following:
Message:
console: Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme

npm update-browserslist-db@latest

Useful

  • When running npm run build, a dist folder is created. You can use this folder to put your project online on Netlify, for example.
  • Node.js Docs
  • React

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.9%
  • HTML 10.1%