This is the source of https://survivejs.com/.
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.
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
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.