Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 403 Bytes

Stoke Website

This repository stores the front-end code for the StokeTech website.

Introduction

The application is built on Nuxt.js 3. stoke-client is meant to be run with stoke-api.

Setup

  1. Clone the repo
  2. cd into stoke-client
  3. Copy sample.env to a new .env
  4. Set your environment variables
  5. Run npm i
  6. Run npm run dev

The development server runs on port 3001.