Skip to content

sutd-statnlp/web-resource

Repository files navigation

StatNLP Resource Website

Build Status Coverage Status dependencies Status devDependencies Status License

Installation

# install dependencies
npm install

Testing

# run unit tests
npm test

# run end-to-end tests
npm run e2e

Build and Run

# serve with hot reload at localhost:4200
npm start

# build for production with minification
npm run build

Docker support

Build docker image

bash Dockerbuild.sh

Run docker container

docker run -d --name web-resource -p 8000:8000 statnlp/web-resource

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details