Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerokero014/potential-waffle
https://github.com/kerokero014/potential-waffle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kerokero014/potential-waffle
- Owner: kerokero014
- Created: 2024-01-26T01:33:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T02:09:01.000Z (9 months ago)
- Last Synced: 2024-04-11T02:46:41.152Z (9 months ago)
- Language: HTML
- Size: 606 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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.