Skip to content

This is our website, since someone said we need one

Notifications You must be signed in to change notification settings

reefdog/biffud.com

 
 

Repository files navigation

biffud.com

Development

Quick start

$ yarn install // installs all dependencies
$ yarn start   // starts local server

When started successfully, you may access the local server at http://localhost:8000/

Troubleshooting

Some issues can be resolved by clearing the cache and rebuilding files. The first command is less destructive, while the second resets your local environment from scratch.

$ yarn clear // clears local cache, builds (excludes node_modules)

or

$ yarn clean // clears local cache, builds, node_modules, yarn trash

Deployment

$ yarn build // creates site bundle

About

This is our website, since someone said we need one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • TypeScript 41.6%
  • HTML 7.4%
  • CSS 2.1%
  • MDX 0.2%