Skip to content

linesbetween/website-frontend

 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • CSS 7.0%
  • HTML 4.4%
  • Dockerfile 0.8%