Skip to content

FreeOpenUniversity/website-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Check out the contribution guidelines in the wiki.

Running

To run, cd into the directory, then execute either:

yarn && yarn start if you have yarn installed,

or

  • npm install
  • npm run start

to develop with npm.

Your server should run be running locally on http://localhost:3000

CSS

Please use tachyons classes for styling. See

For interactive documentation.

Use https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion for classname IntelliSense, if you're using Visual Studio Code.

Read here for more on why.

Linting

I've set up Prettier as a pre-commit hook. I recommend using it on save as well.

Releases

No releases published

Packages

No packages published

Contributors 7