Skip to content

codeforokc/codeforokc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeforokc.org

This is the static site for codeforokc.org.

Developers

To start, ensure you have the following installed:

We have added a handy script for hosting the static site locally. First install the npm dependencies:

npm install

Then you have a couple options for serving the site. You can host out the current contents:

npm start

Or you can host it out and automatically watch for local changes:

npm run dev

License

Licensed under the MIT License.