Skip to content

aonomike/WebsiteOne-FE

Repository files navigation

Coverage Status CircleCI

AgileVentures Website React Front End

Project Installation

$ Fork this project by clicking on the Fork button on the top-right section of this page.
$ Navigate to the forked project in your repo.
$ git clone https://github.com/yourgithubusername/WebsiteOne-FE.git
$ cd WebsiteOne-FE
$ Run yarn install. Ensure you have yarn installed globally.

Run the application

$ yarn start

Run tests

$ yarn test

Rebuild the semantic UI asserts

This command needs to be run with npm - yarn does not support interactive prompt installs

# npm install --save-dev semantic-ui Then remove the dependency from package.json and delete the package-lock.json file - we do not want it as a dependency for every user

This will create a new semantic folder and copy our defaut file:

cp site.variables semantic/src/site/globals/

Then you can build semantic-ui gulp build or ./../node_modules/gulp/bin/gulp.js build use the default values

and copy the folder to our src folder

cp -R dist/* ../src/assets/

License

MIT licensed.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.3%
  • CSS 45.6%
  • Other 0.1%