Skip to content

Avanod/frame

Repository files navigation

Frame

A simple way to share problems.

Table of Contents

  1. Requirements
  2. Quick Start

1. Requirements

The project needs Node.js to be installed on your system. It was tested with version 12 and newer.

2. Quick Start

  1. Clone the repository into a new folder for your new project.

    git clone git@github.com:Avanod/frame.git my-project
  2. Install needed dependencies

    npm install
  3. Run webpack

    The dev command will start a dev server and watch for code changes in JS and SCSS files. Hot reloading is enabled, so that any change will be visible in your browser as you type.

    npm run dev

    For production usage, run the build command and everything you need gets packed together into the public directory. You can upload the content to any hosting provider, without further modifications.

    npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published