Skip to content

igemlund/wiki2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki 2018

Setting up for local development

  1. Download and install Github Desktop from here.
  2. Open Github Desktop and sign in with your github account.
  3. Click "Clone a Repository". From the list select marcusrettig/wiki2018. Select a directory to store the project in. Hit "Clone".
  4. Download and install NodeJS from here.
  5. (Windows) Open "Command Prompt" and open the project directory by typing cd C:\Users\Marcus\Documents\wiki2018 replacing C:\... with the path to the directory you chose in step 3.
  6. (Mac) Open "Terminal" and open the project directory by typing cd /Users/marcus/Documents/wiki2018 replacing /Users/... with the path to the directory you chose in step 3.
  7. Enter npm install to install project dependencies.

Running the website locally

  1. Do step 5 above and enter npm start. This should build the website and open int in the browser.
  2. Now make changes to the files in app/. Every time you change a file the website will rebuild and reload automatically.
  3. When you want to publish your changes, in Github Desktop enter short message describing what you've done and press "Commit to master". After that you have to press "Push origin" to make your changes available to everyone else.

Editing files

You can use whatever text editor you'd like. I recommend VSCode.

Publishing to Wiki

  1. Publish styles http://2018.igem.org/Team:Lund/styles/wrapper
  2. In template bump style cache param http://2018.igem.org/Template:Lund
  3. Publish page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published