This repository stores the front-end code for the StokeTech website.
The application is built on Nuxt.js 3. stoke-client
is meant to be run with stoke-api
.
- Clone the repo
cd
intostoke-client
- Copy
sample.env
to a new.env
- Set your environment variables
- Run
npm i
- Run
npm run dev
The development server runs on port 3001.