All Projects → survivejs → Site

survivejs / Site

Licence: other
survivejs.com

Programming Languages

javascript
184084 projects - #8 most used programming language

SurviveJS - Site

This is the source of https://survivejs.com/.

Development

You need git-lfs to clone this repository.

First, clone this repository:

git clone https://github.com/survivejs/site

Then, bootstrap the project:

npm run bootstrap

Finally, start the development server:

npm start

Now you can go to http://localhost:3000.

Deployment

After you modify antwar.config.js to configure your deploy settings, you need to generate a static build:

npm run build

And after you checked out the build, you can deploy it with:

npm run deploy

License

The site content is available under CC BY-NC-ND license. So as long as there's a proper attribution you can reuse the content. Ideally you would contribute your improvements back but that's not absolutely necessary.

The site source is available under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].