Skip to content

Commit b1c58c2

Browse files
authored
Merge pull request #78 from bstaruk/develop
3.6.2
2 parents 643b374 + ac379fa commit b1c58c2

File tree

4 files changed

+1611
-1799
lines changed

4 files changed

+1611
-1799
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# starbase
22

3-
starbase is a production-ready website boilerplate built with webpack 5, Babel 7 & Sass that enables developers to get up and running in minutes using some of the most powerful front-end tools available in 2023:
3+
starbase is a production-ready static website boilerplate built with webpack 5, Babel 7 & Sass that enables developers to get up and running in minutes using some of the most powerful front-end tools available in 2024:
44

55
- [Node.js](https://github.com/nodejs/node), [webpack 5](https://github.com/webpack/webpack) & [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
66
- [Babel 7](https://github.com/babel/babel) w/ [ESLint](https://github.com/eslint/eslint) & [Prettier](https://github.com/prettier/prettier)
@@ -14,9 +14,10 @@ The primary mission is to be small in scope so that it may be easily extended an
1414

1515
After completing the steps below, you will be ready to begin using starbase:
1616

17-
1. Install [Node.js](https://nodejs.org) (refer to `.nvmrc` for tested/preferred version)
18-
2. Clone starbase into your project root directory
17+
1. Copy starbase into your project root directory (don't forget the dot files!)
18+
2. Ensure you are running the version of [Node.js](https://nodejs.org) specified in `.nvmrc` (or run `nvm use` if you have [nvm](https://github.com/nvm-sh/nvm))
1919
3. Install dependencies by running `npm install` in your project root directory
20+
4. Start the app with `npm run start` or create a production build with `npm run build`
2021

2122
### Local Development
2223

0 commit comments

Comments
 (0)