We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974752e + 8cf1a07 commit 0c9f856Copy full SHA for 0c9f856
2 files changed
README.md
@@ -9,8 +9,11 @@
9
# install dependencies
10
$ npm install
11
12
+#run locally
13
+$ npm start
14
+
15
# serve with hot reload at localhost:3000
-$ npm run dev
16
+$ npm run dev
17
18
# build for production and launch server
19
$ npm run build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "opensource-254",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "official website for opensource254. (made in Kenya)",
5
"author": "Opensource 254",
6
"private": true,
0 commit comments