Skip to content

NTU-Power/website

Repository files navigation

website

Official website for NTU-Power

Environmnet

NodeJS with npm is required. If you are Windows or macOS user, you can just downloan it from NodeJS official website. Otherwise, Linux user might want to use NVM, NodeJS version manager, to install.

# Install global tools
npm install -g @angular/cli@latest
# Clone the project and initaialize
git clone https://github.com/NTU-Power/website.git
cd wesite
npm install

The following is things used in this project:

Contribution

Any issues and PR are very welcome.

Lisence

MIT