https://github.com/smarticles101/sleepoutside
https://github.com/smarticles101/sleepoutside
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smarticles101/sleepoutside
- Owner: Smarticles101
- Created: 2023-11-01T17:44:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T21:25:59.000Z (over 2 years ago)
- Last Synced: 2025-01-13T03:12:09.015Z (over 1 year ago)
- Language: JavaScript
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sleepoutside
## Description
Use this as a starting point to complete the WDD 330 team activity: the SleepOutside web application. It scaffolds out a simple web app with Vite support to bundle up our assets.
## Prerequisites
- You must have Node installed. visit https://byui-cit.github.io/advcss/lesson01/l01-software.html and skip to the Node section for instructions
## Setup
- `npm install`
- `npm run start` starts up a local server and updates on any JS or CSS/SCSS changes.
## Other commands
- `npm run build` to build final files when you are ready to turn in.
- `npm run lint` to run ESLint against your code to find errors.
- `npm run format` to run Prettier to automatically format your code.