Skip to content

inneva/inneva-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inneva-web

Build status

Source code for inneva.se, built using React with Contentful as backend.

Setup local environment

First, make sure you have Node and yarn installed.

Then, run the following:

git clone git@github.com:inneva/inneva-web.git && cd inneva-web
yarn
yarn start

The site can be found at localhost:3000.

Contributing

First, make sure to create an issue describing the feature you will work on and label it accordingly. It should also be tagged with the appropriate milestone and project. Then, run the following:

git checkout master
git pull
git checkout -b feature/<feature-name>

After finishing all your work, submit a Pull Request to master and select a reviewer to look over the code. Travis will build the project automatically whenever the PR is opened and will block merging until the PR is reviewed and all checks pass.

About

Source code for inneva.se, built using React and styled-components with Contentful as backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors